Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
Can someone please help me. I am using Vlookup to look up a table and bring nack relevant information. When the information is not found vlookup returns N/A. Is there any way of vlookup returning an empty cell if no info is found Rgds Gordon |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(....))
HTH -- AP "gordo" a écrit dans le message de ups.com... Hi, Can someone please help me. I am using Vlookup to look up a table and bring nack relevant information. When the information is not found vlookup returns N/A. Is there any way of vlookup returning an empty cell if no info is found Rgds Gordon |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=IF(ISNA(VLOOKUP(DATA)),"NO INFO",VLOOKUP(DATA))
"gordo" wrote: Hi, Can someone please help me. I am using Vlookup to look up a table and bring nack relevant information. When the information is not found vlookup returns N/A. Is there any way of vlookup returning an empty cell if no info is found Rgds Gordon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |