Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to write a formula that says If the Vlookup returns NA, then plus
a particular cell, otherwise return the vlookup value. Can this be done. I've writen it as IF(isna(vlookup,etc.),+a1,(vlookup,etc) Any Ideas as to why it dosen't work. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Remember the FALSE in VLOOKUP():
In A1 thru B3: 1 rover 2 queeny 3 mickey and in C1: 2 Then =IF(ISNA(VLOOKUP(C1,A1:B3,2,FALSE)),A1,VLOOKUP(C1, A1:B3,2)) returns queeny, but put 22 in C1 and the same formula returns 1 -- Gary''s Student - gsnu200798 "JJ in LA" wrote: I am trying to write a formula that says If the Vlookup returns NA, then plus a particular cell, otherwise return the vlookup value. Can this be done. I've writen it as IF(isna(vlookup,etc.),+a1,(vlookup,etc) Any Ideas as to why it dosen't work. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In both vlookup() terms, too!
Gary''s Student wrote: Remember the FALSE in VLOOKUP(): In A1 thru B3: 1 rover 2 queeny 3 mickey and in C1: 2 Then =IF(ISNA(VLOOKUP(C1,A1:B3,2,FALSE)),A1,VLOOKUP(C1, A1:B3,2)) returns queeny, but put 22 in C1 and the same formula returns 1 -- Gary''s Student - gsnu200798 "JJ in LA" wrote: I am trying to write a formula that says If the Vlookup returns NA, then plus a particular cell, otherwise return the vlookup value. Can this be done. I've writen it as IF(isna(vlookup,etc.),+a1,(vlookup,etc) Any Ideas as to why it dosen't work. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Embedded If Function in a Vlookup Function | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION | Excel Worksheet Functions | |||
how do I write a vlookup function within an iserror function so t. | Excel Worksheet Functions | |||
I want to use Vlookup function and AND function in a single formu. | Excel Worksheet Functions |