Thread: Nested VLOOKUP
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default Nested VLOOKUP

It's because it cannot find a match, you might want to use something like

=IF(ISNA(MATCH(....),"",INDEX(...,MATCH(....)))

which will return a blank if no match is found


--
Regards,

Peo Sjoblom



"ruchie" wrote in message
oups.com...
the problem is with the Match function. I just looked into the
formula's calculations. just dont know why the error is coming though..