filtering or selecting data baseed on time of day

T

TBA

Hi there. I have rows of date, one field is a start time that has full date
and time of day a phone call was initiated. I want to filter only those calls
made between specific times, but across all days (a monthds worth of calls).
when I try time based filters it looks at the complete record, i.e. time
between one day/time and another day/time. I want to have all days but
between times on all those days...any suggestions? thanks!
 
J

Jacob Skaria

Insert a column near to the date and time column. Use the below formula to
get the hour minute format...If you need just the hour use "hh"...

=TEXT(I21,"hh:mm")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top