View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sapai sapai is offline
external usenet poster
 
Posts: 9
Default Lookup in multiple columns

I have a lookup problem. I have to lookup for matching data in cells A2 to
E50, match it against a static value "BOOST" and if i hit a match, return the
corresponding value in column "F". Multiple cells in A2 to E50 range may have
the value "BOOST". It is K if I catch the first match an give corresponding
value. I tried Offset-Match combination with array.. but this is not
returning favourable results. Please help.