How to input a number of hours greater than 9999?

gerard_opio

New Member
Joined
Jun 15, 2008
Messages
2
Hello,

I have a spreadsheet where I log the used time of plane' parts.
The cell format is [h]:00
Everything works fine until I try to enter an hour value of 10235:00 > the value was accepted as text!
I found that the maximum value I can type is 9999:00.
The sum of cells can be greater than 10000:00 and it works fine!
It means it is just an input issue.

Excel is version 2003 SP3.

Have some comments?

Gerard
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi Gerard
Welcome to the board

To enter a number of hours bigger than the limit 9999, enter it as number.

Ex.:

1- to enter 10235:00, enter

=10235/24

2- to enter 10235:23

=10235/24 + "0:23"

and format the cells as [h].mm
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,874
Members
452,363
Latest member
merico17

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