Thread: Match formulae
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
shaji shaji is offline
external usenet poster
 
Posts: 28
Default Match formulae

I have the following data in one worksheet. I have to bring the prog name
from other wrksheet wherein the time in Colmn E is between start time & end
time given in the other wrksheet.
1st Wkshet
D E
07:20:15
08:37:24
09:38:07
06:38:34
07:01:05

2nd Wkshet
A B C
From To Sunday
06:45 07:00 GURU
07:00 07:30 SPL RRT
07:30 07:45 Bhani
07:45 08:00 NWS
08:00 08:30 SPL RRT
08:30 08:45 Bhani
08:45 09:00 SUINA

I used the following formulae but doesn't get the desired result.

=INDEX('[FPC FEB 08.xls]Sheet1'!$C$2:$C$8,MATCH(1,('[FPC FEB
08.xls]Sheet1'!$A$2:$A$8E1)*('[FPC FEB 08.xls]Sheet1'!$B$2:$B$8<E1),0))

can anyone help.

thanks in advance