View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
ExcelTomcat787 ExcelTomcat787 is offline
external usenet poster
 
Posts: 5
Default OR function with MATCH ?

How would I use MATCH with the ability to set multiple variables for the match?

My formula is:

=INDEX('Due Now'!$A$2:$K$662,MATCH($B45&"Alpha"&"current",'Due
Now'!$B$2:$B$600&'Due Now'!$E$2:$E$600&'Due Now'!$I$2:$I$600,0),10)

My formula will lookup "B45AlphaCurrent". But I want the Alpha part to be
either "Alpha" OR "Bravo" in this formula. Any thoughts?

Thanks in advance.