P
Pete_UK
Post some more details of what you want to achieve.
In the meantime, here's an example:
=IF(ISNUMBER(A1),VLOOKUP(A1,table,2,0),"")
This will perform the lookup only if A1 is a number, otherwise it will
return a blank.
Hope this helps.
Pete
In the meantime, here's an example:
=IF(ISNUMBER(A1),VLOOKUP(A1,table,2,0),"")
This will perform the lookup only if A1 is a number, otherwise it will
return a blank.
Hope this helps.
Pete