Form Control Limits

skf786

Board Regular
Joined
Sep 26, 2010
Messages
156
hi,

i am trying to use a form control scroll bar to input some numbers. the form control has a limit of 0 to 30,000 with an incremental change of 1. i wanted to use this to input values that are a) in millions e.g. 2 million or b) in percentages e.g. 0.6%

can you please suggest any way of doing it.

thank in advance.

khalid
 

Attachments

  • scroll bar.png
    scroll bar.png
    146.7 KB · Views: 16

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Use a formula in your "end result" cell to scale what the spin button control puts in the linked cell
ie: linked cell = 30,000 scale by * 100 = 3,000,000 for your max display value
 
Upvote 0
Use a formula in your "end result" cell to scale what the spin button control puts in the linked cell
ie: linked cell = 30,000 scale by * 100 = 3,000,000 for your max display value
Thank you! actually i wanted to use the form control on a different sheet in my financial model as a second input method. So the user would be able to input either in the cell itself or from the form control on another sheet. i think it wont be possible with the scaling option? Please do corret me if im wrong.

thank you,
 
Upvote 0

Forum statistics

Threads
1,215,335
Messages
6,124,326
Members
449,155
Latest member
ravioli44

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