View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph David Biddulph is offline
external usenet poster
 
Posts: 620
Default format for duration

0:35 for 35 minutes
1:00 for 1 hour
(You can custom format as h:mm, rather than hh:mm, if you want).
If you want the total to be shown as number of minutes, rather than in Excel
time format, then use =(A1+A2)*24*60 and format as General (or number),
rather than as time.
--
David Biddulph

wrote in message
oups.com...
x-no-archive:
for example, if I want to enter 35 min in a cell, how would I format it
to resemble minutes? Or 1 hour? Also, how would I format a cell to
TOTAL a bunch of cells with minutes?