Checkbox returning values in a cells

momo6

New Member
Joined
May 24, 2020
Messages
37
Office Version
  1. 365
Platform
  1. Windows
Hi guys, please is there a macro that will allow me to do the following?
Is there a macro that would help me return the values put in column C when I check one or more checkboxes in the answers row? I want the answers to start from E8 onwards, I hope that is possible, thanks :)
1612382457977.png
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
There is no need for a macro, if you link the checkboxes to there cells in col B you can use a formula like
+Fluff 1.xlsm
ABCDEFG
1
2
3FALSE7+5
4TRUE9x2
5FALSE3x3
6TRUE7+11
7
89x27+11
9
Master
Cell Formulas
RangeFormula
E8:F8E8=TRANSPOSE(FILTER(C3:C6,B3:B6,""))
Dynamic array formulas.

1612383008295.png

You can change the font colour to white in col B if you don't want to see the true/false
 
Upvote 0

Forum statistics

Threads
1,215,486
Messages
6,125,070
Members
449,205
Latest member
Healthydogs

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