Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hello all,
i am using following multi vlookup formula but when ther isn't any value then #N/A error is coming out, how can i avoid it ? =VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,) thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try This
=IF(ISNA(VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,)),"",VLOOKUP($A1,IF($B1="Sta ndard Charter Bank USD",ExrSCB,ExrMB),2,)) Mike "Tufail" wrote: hello all, i am using following multi vlookup formula but when ther isn't any value then #N/A error is coming out, how can i avoid it ? =VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,) thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the help index type in iserr and look at the is functions
-- Don Guillett Microsoft MVP Excel SalesAid Software "Tufail" wrote in message ... hello all, i am using following multi vlookup formula but when ther isn't any value then #N/A error is coming out, how can i avoid it ? =VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,) thanks in advance |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
perfect, excellent !
thanks "Mike H" wrote: Try This =IF(ISNA(VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,)),"",VLOOKUP($A1,IF($B1="Sta ndard Charter Bank USD",ExrSCB,ExrMB),2,)) Mike "Tufail" wrote: hello all, i am using following multi vlookup formula but when ther isn't any value then #N/A error is coming out, how can i avoid it ? =VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,) thanks in advance |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Glad I could help
"Tufail" wrote: perfect, excellent ! thanks "Mike H" wrote: Try This =IF(ISNA(VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,)),"",VLOOKUP($A1,IF($B1="Sta ndard Charter Bank USD",ExrSCB,ExrMB),2,)) Mike "Tufail" wrote: hello all, i am using following multi vlookup formula but when ther isn't any value then #N/A error is coming out, how can i avoid it ? =VLOOKUP($A1,IF($B1="Standard Charter Bank USD",ExrSCB,ExrMB),2,) thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multi vlookup | Excel Discussion (Misc queries) | |||
VLOOKUP and Multi Lists | New Users to Excel | |||
VLOOKUP and Multi Lists | Excel Worksheet Functions | |||
Vlookup with multi values | Excel Worksheet Functions | |||
Multi-condition vlookup | Excel Worksheet Functions |