ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Try Again / VLOOKUP without N/A's (https://www.excelbanter.com/excel-worksheet-functions/11483-try-again-vlookup-without-n.html)

carl

Try Again / VLOOKUP without N/A's
 
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.

Peo Sjoblom

Stay in the same thread

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

--

Regards,

Peo Sjoblom


"carl" wrote in message
...
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.




Ken Wright

=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 :-)
----------------------------------------------------------------------------

"carl" wrote in message
...
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.





All times are GMT +1. The time now is 10:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com