Input hours and minutes

markmac234

New Member
Joined
Jan 21, 2005
Messages
7
Hi
I am having difficulty inputting hours and minutes. I want to enter the time like 1.15 and not 75 mins. Any ideas? I have formatted the result column as h:mm but because of the decimal time problem, I can't find a way to enter the data.
:rolleyes:
Mac
 
Thanks for all of your replies. I have managed to get it to work, but as with bullit_nl's post, I would love to enter my hours as 1.15 and not 1:15. Until I get that to work I will continue entering time with the colon. Thanks again,
Mac
 
Upvote 0

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
How is this formula failing you?

IML said:
With 1.15 in A1, you could use
=INT(A1)/24+MOD(A1,1)/14.4

with an approriate time format to reflect 1:15
 
Upvote 0
The formula works, I agree. But I am using the column that the formula refers to for a running total per row. So column A is the item, B the input hours (e.g 1.5) and C is the running total for that row. All the rows are not related and I have not found a way to keep a running total without using VB code. So what I'm after is a way of doing what your frmula says, but in code for my worksheet.
Mac
 
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,520
Members
448,968
Latest member
Ajax40

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