F
Finny
Thanks in advance for any help you can provide me. I have a sheet
with the following layout of data (shortened here and changed for
obvious reasons)
Venue Date Event Start Event End
Act
Disney 4/13/10 7:00 PM 10:00 PM
Goofy
MSG 2/13/10 1:00 PM 3:00 PM
Basketball
Park 3/14/10 6:00 PM 8:00 PM
Harlem Globetrotters
So, what I have is a user input a Venue, Date, Time Value, and I would
need the Act returned...
For example,
Disney, 4/13/10, 8:25:13 PM, would output Goofy because 8:25:13 PM
falls between the start and end.
I can't seem to get the function to work the way I want it to when
using dates and values that fall between two times. Please help if
you can.
Thanks.
Conor
with the following layout of data (shortened here and changed for
obvious reasons)
Venue Date Event Start Event End
Act
Disney 4/13/10 7:00 PM 10:00 PM
Goofy
MSG 2/13/10 1:00 PM 3:00 PM
Basketball
Park 3/14/10 6:00 PM 8:00 PM
Harlem Globetrotters
So, what I have is a user input a Venue, Date, Time Value, and I would
need the Act returned...
For example,
Disney, 4/13/10, 8:25:13 PM, would output Goofy because 8:25:13 PM
falls between the start and end.
I can't seem to get the function to work the way I want it to when
using dates and values that fall between two times. Please help if
you can.
Thanks.
Conor