Checkbox Controls

vnvn

New Member
Joined
Sep 6, 2006
Messages
15
I have two Columns - Yes and No with checkboxes in each column.

I want Excel to be able to calculate in the 'Total' Row, the number of check marks ( checkboxes checked) in each column and come up with a number.
Is that possible?

Thanks in advance for your answers.

-VNVN
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Welcome to the Board!

If you use the linked cell property for the controls you can count the result of each column.

HTH
 
Upvote 0
Check boxes Linkedcell

Thanks for the reply.

I applied the Linkedcell property.
But doing a SUM function at the end still gives me a 0 even when the check boxes are checked.

Anything else I am missing?

-vnvn
 
Upvote 0
Try COUNTIF to evaluate the controls' TRUE/FALSE returns.

I.E. =COUNTIF(Range,TRUE)

Smitty
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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