Forum Discussion
Excel formula error - One cell equals to another on a diffrent page.
- Sep 22, 2017
Okay, at least that's not the formula as the text. Do you receive the #Value with reference on the single cell?, like
='Customer Data'!BI4
Hi Kathy,
One of the possible reasons - if you add the formula into the cell which was formatted as text, the formula will be shown as text. If you change cell format after that that won't help itself, after that you shall enter into the cell edit mode and Enter again.
Deleted everything from the cell, Set the format to General in both the starting and ending locations and renetered the formual. Still getting the #Value error.
- SergeiBaklanSep 22, 2017Diamond Contributor
Okay, at least that's not the formula as the text. Do you receive the #Value with reference on the single cell?, like
='Customer Data'!BI4
- Kathy JakelSep 22, 2017Copper Contributor
Single cell worked. Perhaps it was the formating and the single cell compounding on eachother. Thanks for your help!
- SergeiBaklanSep 22, 2017Diamond Contributor
No problem. Just in case - if you in the cell the reference on the range in another sheet (have no idea why it could be needed) like
='Customer Data'!BI4:BQ4
when you have #VALUE if insert formula in other than from BI to BQ columns. In above columns it returns the value from the relative column in source sheet. You may check if use absolute references
='Customer Data'!$BI$4:$B$Q4
enter this formula in BH and copy to the right till BR. You'll have two #VALUE at the ends and copy of your BI:BQ in the middle.