M
Mike Hyndman
I've inherited a worksheet that contains the following formula
=IF(A1<>"",HLOOKUP(A1,Table,2),"")
I'm familiar with what the HLOOKUP function is doing but not sure as to
what the IF(A1<>"",(),"") bits are doing, especially as the expression
=HLOOKUP(A1,Table,2)
gives the same result.
TIA
MH
remove _bats_ to reply
=IF(A1<>"",HLOOKUP(A1,Table,2),"")
I'm familiar with what the HLOOKUP function is doing but not sure as to
what the IF(A1<>"",(),"") bits are doing, especially as the expression
=HLOOKUP(A1,Table,2)
gives the same result.
TIA
MH
remove _bats_ to reply