spin box minutes

Keith.Jackson

Board Regular
Joined
Mar 31, 2005
Messages
115
Anyone know how to set up a spinbox that displays hours and minutes so that the hours change when the minutes equal 60 , but there is no colon or cecimal between the hours and minutes. i.e. 3:45 =345
 
Keith,

don't know if what you want is logic
linked cell spinbutton: A1
formula in another cell =A1/24/60
formatted as 00:00
Code:
A1     result
50     0:50
60     1:00
120    2:00
345    5:45
if 120 has to be 1:20
if 345 has to be 3:45
what do you expect to get for 60 ? 70 ? 130 ? 300 ?

kind regards,
Erik
 
Upvote 0

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