DashboardNovice
Member
In the attached file, I am trying to get the value in cell H12 to increment by 0.00001 every time I click the spinner button up or down. Seems like the incremental change cannot be below 1.
First I would like to set the value in cell H12 to the value I have in cell H8.
Cell F12 has the current value of the spinner button.
H12 has the value that should change by 0.00001 each time I click the spinner button up or down.
In order to make H12 increment by 0.00001, I have to use a conversion factor of some sort in cell G12.
So with all this in mind, I am having trouble
1. Setting cell H12 to 1.11820.
2. Determining the correct conversion factor to use in cell G12 (assuming that a conversion factor is the best way to go).
First I would like to set the value in cell H12 to the value I have in cell H8.
Cell F12 has the current value of the spinner button.
H12 has the value that should change by 0.00001 each time I click the spinner button up or down.
In order to make H12 increment by 0.00001, I have to use a conversion factor of some sort in cell G12.
So with all this in mind, I am having trouble
1. Setting cell H12 to 1.11820.
2. Determining the correct conversion factor to use in cell G12 (assuming that a conversion factor is the best way to go).