Convert time to time range

G

Guest

Is there something I can do to change a time to a time range: For instance
13:45 would show as 13:01-14:00, or 2:32 would show as 2:01-3:00?

Thanks!!
 
G

Guest

you could use vlookup =VLOOKUP(A1,D1:E24,2) with A1 being the time, D1:D24
being 00:01 to 23:01 & E1 to E24 being 00:01-01:00 to 23:01 to 24:00
--
John
MOS Master Instructor Office 2000, 2002 & 2003
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)
 
F

Fred Smith

How about:

=TEXT(A1-MOD(A1,"00:30"),"hh:mm")&"-"&TEXT(A1-MOD(A1,"00:30")+"00:30","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