ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Total Minutes (https://www.excelbanter.com/excel-worksheet-functions/93755-total-minutes.html)

Nick I

Total Minutes
 
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




Total Minutes
 
Hi

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

Hope this helps.
Andy.

"Nick I" wrote in message
...
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





Paul Mathews

Total Minutes
 
Could try something like this

=Round((B1-A1)*24*60,0)

"Nick I" wrote:

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



[email protected]

Total Minutes
 

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.



Nick I wrote:
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




All times are GMT +1. The time now is 04:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com