What Causes #HREF! Errors in Excel 2007?

  • Thread starter Thread starter WWGD
  • Start date Start date
  • Tags Tags
    Excel Issues
AI Thread Summary
In Excel 2007, issues arise when copying formula-based data between sheets due to the inability of Excel to access data from the original sheet, leading to #HREF! errors. This occurs when formulas reference ranges that are not available in the new sheet. To resolve this, users can directly reference the original sheet in the formula, such as using AVERAGE(sheet_j!A1:A5), or select the range using the mouse. An alternative method involves copying the desired range and using the paste special link option. Another effective solution is to set the destination cell in the new sheet to equal the value from the original sheet by selecting it directly, allowing for easy extension to other cells in the column.
WWGD
Science Advisor
Homework Helper
Messages
7,679
Reaction score
12,416
TL;DR Summary
Trying to fix #HREF! problems that come about when pasting formular-based columns in Excel 2007.
Hi all,
I am having #HREF! issues in Excel 2007 when copying formula-based data from one sheet to another. The suggested solutions online are not working.

I understand what the issue is: when copying from one sheet to another, Excel is trying to use data from the previous sheet, sheet_j, say, , which is not available to it, to obtain data for sheet_k. In this case, in sheet_j, the entries are averages of values in columns in sheet_j. When pasting, Excel apparently has no access to these values, so the formula, say, Average(A1:A5) makes no sense without knowing what A1:A5 are.

Still, the suggested solutions I found online are not working.Any other ideas?
 
Computer science news on Phys.org
If you want to refer to data in another sheet, enter the formula as AVERAGE(sheet_j!A1:A5), or just select the range in the other sheet with the mouse.
 
  • Like
Likes WWGD
I've used LibreOffice so long I don't remember exactly, but one approach would be to copy the desired range, and use paste|special|link.
 
  • Like
Likes WWGD
Asymptotic said:
I've used LibreOffice so long I don't remember exactly, but one approach would be to copy the desired range, and use paste|special|link.
Thanks, but when I do copy+paste, it seems to use the formula from the previous page.
 
Thanks all. I tried something else that worked:
Choose the destination cell in sheet j. Set the input value to = , go to initial sheet k . Select the value, hit enter. That's it. You can then extend to the rest of the column.
 
  • Like
Likes berkeman
WWGD said:
Thanks, but when I do copy+paste, it seems to use the formula from the previous page.
Never mind, this works too, I had misread, my bad.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top