View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
sueshe sueshe is offline
external usenet poster
 
Posts: 9
Default Converting time to a range of time

That worked like a charm...thanks so much!!!!
--
Tasha


"Bernie Deitrick" wrote:

Tasha,

With the time of interest in cell A1:

=TEXT(INT(A1*24)/24,"hh:mm") & "-" & TEXT(INT(A1*24+1)/24,"hh:mm")

HTH,
Bernie
MS Excel MVP


"sueshe" wrote in message
...
Is there any way to take a time in a spreadsheet and change it to a time
range? For instance, 13:45 would show as 13:01-14:00 or 2:25 would show as
2:01-3:00?
--
Tasha