Total Minutes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have two Date/Time fields in this format:

Field A
5/18/06 10:58 AM

Field B
5/24/06 1:10 PM

What I want to do, is have a field that takes the difference between Field B
- Field A, and returns the TOTAL MINUTES. Is this possible? I am not very
good with Excel.

Thanks!

Nick
 
Hi

Just subtract one from the other ( =B1-A1 ) and format the result as [mm]

Hope this helps.
Andy.
 
Subtracting one date from the other gives the number of days between
them. Multiplying that difference by 1440 (24 hours a day and 60
minutes an hour) will give you the total number of minutes between the
two dates.
 

Ask a Question

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.

Ask a Question

Back
Top