ADDING MINUTES
Thanks a lot, appreciate it.
"Peo Sjoblom" wrote:
=(B1-A1)*24*60
FORMAT C1 as General or number, NOT time
if the time can start before midnight and end after you can use
=MOD(B1-A1,1)*24*60
--
Regards,
Peo Sjoblom
"FC" wrote in message
...
With a stating time in A and finish time in B , I need a formula to add
the
total minutes used to put it in C.
A B C
1 8:15 9:00 Formula
C1 will be 45 in minutes please. Thanks for the help.
|