Option Button Trigger or changes depend on SUM()

erdem_ustun

New Member
Joined
Jun 19, 2018
Messages
12
Hi,
my first message

I have likert scales (1-5) that I created with Vba. There are groupbox in every row and include likert-scale(5 option buttons) in columns.
The number is quite over 100.
When you select each options, this options values writes the linked cell.

I want to ask;

1.WorkSheet_Change does not work when changes are made.

Linked cell change, no input from the keyboard, it does not perceive it as a change.


What can I do to make a selection-based calculation for each choice?


2. It is not logical to write click_event for each one because there are so many option buttons(more 100).


3. I can not do the above, I will sum up the whole column sum () at the end of Linked cell.


I want to make calculations depending on the sum () when any selection changes.(WorkSheet_Calculate)


4. I have a calculation, but now the calculations have started to take place and take too long if there is a calculation / formula anywhere in the worksheet.


For example
A1 = 1
B1 = 2
C1 = SUM (A1: B1)
How to check C1 cell and calculate C1 if it changes. There is no entry by hand. It comes from A1 and B1 options.

What can I do?

I look forward to your comments and help
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,215,035
Messages
6,122,791
Members
449,095
Latest member
m_smith_solihull

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