Good morning. I am using the ADDRESS function to locate a cell on a worksheet and then add other values to it. I have this expression:
=((ADDRESS(H2,(HLOOKUP(1,'Sheet1'!$DD$1:$EB$2,2,FALSE)),,,"Sheet1")))
This evaluates to:
'Sheet1'!$CE$1
If I try to add 1 to this result I get the #VALUE...