View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Multi Vlookup #N/A Error !

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