What Causes #HREF! Errors in Excel 2007?

  • Thread starter Thread starter WWGD
  • Start date Start date
  • Tags Tags
    Excel Issues
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Messages
7,828
Reaction score
13,156
TL;DR
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?
 
Physics 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   Reactions: 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   Reactions: 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   Reactions: berkeman