K
Kelly
I am using the following macro to gather the information that I need:
=HLOOKUP($A380,INDIRECT("'"&$A380&"'!D2:H104"),29,FALSE)
When I change the formula to
=HLOOKUP($A380,INDIRECT("'"&$A380&"'!F2:H104"),29,FALSE)
to gather data from the 3rd column of the data area, I get a #NA
I made sure to copy the lease number (the A380 reference) to each column
(D2, F2, H2) on the worksheet I'm looking up.
Can you please tell me what's wrong with the second macro? And why I'm
getting the #NA response?
thanks
Kelly
=HLOOKUP($A380,INDIRECT("'"&$A380&"'!D2:H104"),29,FALSE)
When I change the formula to
=HLOOKUP($A380,INDIRECT("'"&$A380&"'!F2:H104"),29,FALSE)
to gather data from the 3rd column of the data area, I get a #NA
I made sure to copy the lease number (the A380 reference) to each column
(D2, F2, H2) on the worksheet I'm looking up.
Can you please tell me what's wrong with the second macro? And why I'm
getting the #NA response?
thanks
Kelly