Cells shows #NA

N

Nick Hodge

Tankerman

Wrap it in an IF(ISNA... combination

=IF(ISNA(YourVlookup),"",YourVlookup)

or if it's only to avoid blanks then just an if

=IF(YouLookupCell="","",YourVLookip)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
[email protected]
www.nickhodge.co.uk
 
Top