Thread: unsorted lookup
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
j.ruderman[_2_] j.ruderman[_2_] is offline
external usenet poster
 
Posts: 18
Default unsorted lookup

I need a formula, such as lookup, to extract data from an unsorted column. In
this case i'm tring to find the start time for the lunch period.

A B C
random text 7:00a 10:00a
random text 10:00a 12:00p
Lunch 12:00p 1:00p
random text 1:00p 3:00p

=lookup("lunch",A:A,B:B) wont work because A:A is not sorted.

Thanks