Hi guys,
Sussed out how to work vlookup. However when the source cell is nil 'hash
N/A'shows. I then have delete the unused vlookups to make printed document
look acceptable. Is there a way to make an emty cell appear when the source
cell is empty?
Regards
Shaun
Roger Govier - 27 Jun 2007 11:23 GMT
Hi Shaun
try wrapping it in an IF statements. Assuming your source cell was A1,
then
=IF(A1="","",yourvlookup_formula)

Signature
Regards
Roger Govier
> Hi guys,
> Sussed out how to work vlookup. However when the source cell is nil
[quoted text clipped - 6 lines]
> Regards
> Shaun