Try Again / VLOOKUP without N/A's

Try Again / VLOOKUP without N/A's

Post by Y2Fyb » Sat, 05 Feb 2005 04:17:04


My spreadsheet looks as so:

COLA COLB
AK
DD
CC

Would like to have a vlookup in COLB that will not return NA if COLA is
"blank". COL A values are paste-linked from another sheet.

Thank you in advance.
 
 
 

Try Again / VLOOKUP without N/A's

Post by Peo Sjoblo » Sat, 05 Feb 2005 04:30:25

Stay in the same thread

=IF(A1="","",Vlookup(........))

--

Regards,

Peo Sjoblom

 
 
 

Try Again / VLOOKUP without N/A's

Post by Ken Wrigh » Sat, 05 Feb 2005 04:36:08

=IF(ISNA(yourfomula),"",yourfomula)
or
=IF(ISNA(yourfomula),0,yourfomula)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------