Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi
I'm using this vlookup to get values from a sheet named "sub": VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE) and t works. But when "R1" is not in the lookup table sub!$J$1:$K$18 I get an #N/A as a result and I changed the vlookup formula to: =IF(ISNA(VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE),"",VLO OKUP (R1,sub!$J$1:$K$18,2,FALSE)) to avoid #N/A but now I receive an error message for the formula. Is there anybody who knows how to fix this problem? |
#2
![]() |
|||
|
|||
![]()
Tim wrote:
Hi I'm using this vlookup to get values from a sheet named "sub": VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE) and t works. But when "R1" is not in the lookup table sub!$J$1:$K$18 I get an #N/A as a result and I changed the vlookup formula to: =IF(ISNA(VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE),"",VLO OKUP (R1,sub!$J$1:$K$18,2,FALSE)) to avoid #N/A but now I receive an error message for the formula. Is there anybody who knows how to fix this problem? A paren is missing: =IF(ISNA(VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE)),"",VL OOKUP (R1,sub!$J$1:$K$18,2,FALSE)) |
#3
![]() |
|||
|
|||
![]()
Thank you Aladin.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ISNA and VLOOKUP | Excel Worksheet Functions | |||
make a vlookup using a variable path | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions | |||
if isna and vlookup together | Excel Worksheet Functions |