Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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. |
#2
![]() |
|||
|
|||
![]()
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. |
#3
![]() |
|||
|
|||
![]()
=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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions | |||
carrying a hyper link when using the vlookup function | Excel Worksheet Functions | |||
VLOOKUP not working | Excel Worksheet Functions | |||
Using Cell references in VLookUp | Excel Worksheet Functions |