pasting abs reference changes to #REF

AuntErnie

New Member
Joined
Jul 6, 2020
Messages
2
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Hi...new to posting (but not using this forum). I have searched and tested and cannot find an answer...
I have a complex IF formula in a spreadsheet. It has abs references to a >72K row reference table =IFNA(IF(A11="","",IF(LEN(A11)=3,VLOOKUP(A11&".",'ICD10 Codes and Descriptions'!$A$2:$H$72345,5,FALSE),IF(RIGHT(LEFT(A11,4),1)<>".",VLOOKUP(A11,'ICD10 Codes and Descriptions'!$C$2:$H$72345,3,FALSE),VLOOKUP(A11,'ICD10 Codes and Descriptions'!$A$2:$H$72345,5,FALSE)))),VLOOKUP(LEFT(A11,3)&"*",'ICD10 Codes and Descriptions'!$A$2:$H$72345,7,0)&"*SubCat").
We take external data, add a column to the right of a column, then copy paste the formula. It works most of the time. On some spreadsheets, the formula changes all absolutes to #REF.
I am perplexed. Checked formatting of cells, tried opening the master file in the same and different excel.
I am hoping it is something so simple that I am missing it...help please!
Thanks!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Sounds like there is no sheet with the name, 'ICD10 Codes and Descriptions' in the workbook that you're pasting the formula into.

There is no workbook reference / filepath in the formula so it will only look for the the sheet in the workbook that you're pasting the formula into, not in the one that it was copied from.
 
Upvote 0
Thanks Jason. The formula I pasted reference the master sheet with absolutes. Thanks...
A friend of mine finally came through with a potential answer that did not work, but lead me to a solution!!! The files with an issue after pasting the formula were old .xls files. Even if you saved them in the newer .xlsx version, the paste still failed. The file has to be converted first, then it will allow over 70K rows in a referenced file. I knew it had to be something simple.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top