View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default create time calculation formula

=INT((end_time-start_time))*24*60

and format as General

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Jcraig713" wrote in message
...
I would like to create a formula to enter a start time (ex. 9:12am) and an
end time (ex. 4:04pm).
The formula would need to output the number of minutes within that time
frame. I have searched the help area and cannot find examples of this
process. Can someone help? Thanks!