Excel To Count hours more than 10000 hours

thunder_anger

Board Regular
Joined
Sep 27, 2009
Messages
206
Dear all

i got help yesterday from MrKowz that saved the day for me
but today there is a question, i know that it is silly but for sure i do not know how to do it

i am dealing with working hours for the annual report that must contain the total hours of work of about 5000 workers all over EGYPT in the branches of the firm i work for
so when i write this value (11253:52) Excel put it as text not like (5559:32) it recognize it as formatted time ([h]:mm)

what shall i do now
 
Sorry, that formula should work OK for your example....or where time values are 10000 hours to 99999 hours but, in fact, I should have suggested this one

=SUM(IF(ISNUMBER(A12:A150+0),A12:A150,RIGHT(A12:A150,7)+LEFT(A12:A150,LEN(A12:A150)-7)*10000/24))

to cover all possibilities
 
Upvote 0

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,224,594
Messages
6,179,795
Members
452,943
Latest member
Newbie4296

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top