ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Calculating Total Number of Minutes in a Clock Setting (https://www.excelbanter.com/excel-discussion-misc-queries/49305-calculating-total-number-minutes-clock-setting.html)

Larry H

Calculating Total Number of Minutes in a Clock Setting
 
Hi,

I am using Excel 2000 and have a cell that contains the format of time
(hh:mm) and would like to see the calculation, to put into another cell, that
would produce the exact number of MINUTES in the day that the time represents
ie, 23:00 would equal 13,800 minutes.

I certainly would appreciate guidance on this subject

--
Thanks in advance for your help...

Larry H.

B. R.Ramachandran

Hi,

If A1 contains the time as hh:mm, use the following formula in some other
cell.
=HOUR(A1)*60+MINUTE(A1)

Regards,
B. R. Ramachandran



"Larry H" wrote:

Hi,

I am using Excel 2000 and have a cell that contains the format of time
(hh:mm) and would like to see the calculation, to put into another cell, that
would produce the exact number of MINUTES in the day that the time represents
ie, 23:00 would equal 13,800 minutes.

I certainly would appreciate guidance on this subject

--
Thanks in advance for your help...

Larry H.


Domenic

Try...

=A1*24*60

....and format the cell as 'General'.

Hope this helps!

In article ,
"Larry H" wrote:

Hi,

I am using Excel 2000 and have a cell that contains the format of time
(hh:mm) and would like to see the calculation, to put into another cell, that
would produce the exact number of MINUTES in the day that the time represents
ie, 23:00 would equal 13,800 minutes.

I certainly would appreciate guidance on this subject


Chris Lavender

As Windows dates and times are actually numbers (just formatted as dates or
times) you can use a normal calculation. Time is expressed as a fraction of
a 24-hour day, thus in your example 23:00 is 0.958333333333333 (try
formatting the cell as General to see this)

So... =A1*24*60 (where A1 holds your time) gives 1380 minutes (not 13800 -
that's 9.58 days <g)

Best rgds
Chris Lav

"Larry H" wrote in message
...
Hi,

I am using Excel 2000 and have a cell that contains the format of time
(hh:mm) and would like to see the calculation, to put into another cell,

that
would produce the exact number of MINUTES in the day that the time

represents
ie, 23:00 would equal 13,800 minutes.

I certainly would appreciate guidance on this subject

--
Thanks in advance for your help...

Larry H.





All times are GMT +1. The time now is 05:03 AM.

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