Posting in all upper case makes it more difficult to read especially
if your first language isn't the one used.
To calculate the minutes between times in A1 (earlier time) and B1
(later time)
=B1-A1
Format [mm]:ss
But if the times can span midnight:
=B1-A1+(B1<A1)
Format [mm]:ss
The (B1<A1) serves to add 1 to recognise the fact that you have gone
into a new day.
But if you include date elements in both times you can use the simple
=B1-A1 formatting [mm]:ss
Finally, if you want the results as a decimal number of minutes rather
than Excel time format you need to multiply all of the above formulas
by (24*60) and format as General.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
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.