Calculations based on checkbox selection

chinaboy

New Member
Joined
Jun 28, 2010
Messages
27
Hi guys, I am not sure how to make this work. I would like to have about 20 rows of data. I am trying to make it that when the user selects a checkbox it will populate the increase in Column E. For each row I will have a 10 checkboxes. Only one checkbox can be selected per row. When one is selected, the others should be unchecked.

In Column D will have the salary for each person........Col. E will have the increase amount.......each check box will represent a percentage.

For example....1st checkbox = 2% .....2nd checkbox = 4%.......etc.

So if user select checkbox 1, then it should multiply salary by 2% and place the result in Column E.......If select checkbox 2 then it should multiply salary by 4% and place the reslut in column E.

Can someone please help me with the best way to go about this. Or point me to a working example.

Thanks
 
Here are a couple of functions for you to check in the Excel Help file:

CEILING - this rounds up to the nearest multiple of e.g. 24
FLOOR - this rounds down to the nearest multiple of e.g. 24

There is another function which claims to do this automatically. It is not available by default. In the link below scroll down to MROUND. NB I have never used this before.

http://www.ozgrid.com/Excel/excel-rounding.htm

Sorry to have to do things this way but you appear to have moved things around from my version

Bertie
 
Upvote 0

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,215,388
Messages
6,124,658
Members
449,177
Latest member
Sousanna Aristiadou

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