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

You can also use VLOOKUP and use any order as long as you put FALSE or 0
as the 4th argument in the formula

=VLOOKUP(A2,{"1c",15;"1b",15;"1a",15;"2c",15;"2b", 15;"2a",15},2,0)


as an example


--
Regards,

Peo Sjoblom



"Martin Ledgard" wrote in message
...
Yep - solved it now. Cheers.