• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Time Spinner

paulwjax

New Member
Hey all. I'm trying to put a spinner to increase minutes in an hour to figure out productivity.

For instance: Click on the spinner button and it increases the time from

1:00 AM

1:15 AM


When I'm doing it I click the spinner and it increases the date and not the time.

Any suggestions?
 
Hi paulwjax!!


Welcome to the forum..


* Create a Spin Button..

* Minimum Value : 0

* Maximum Value : 1440

* Incremental Change : 15

* Cell Link : A1


In B1 write Formula as : Today() + A1 / 1440

* Format B1 as TIME


Regards,

Deb
 
Back
Top