how to assign a numeric value to a checkmark

missmac36

New Member
Joined
Mar 13, 2011
Messages
4
I need help please.....:)


I would like to have the option to insert a checkmark but I also want to autosum the checkmarks.

I am assuming that I have to assign a numermic value to a checkmark???
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
If you right click a CheckBox and select properties you can select a linked cell. That cell will display True or False. You can coerce that to a numeric value using for example

=N(C1)

Any help :)
 
Upvote 0
perhaps there are far better way than this, but this is how I approach the problem...

To get the check mark, I would set a condition as to place Char(256) if condition is true, then format this column to windings. next in the place where you want the sum of check marks, place this formula:

=SUMPRODUCT(--(C1:C159=CHAR(254)))

Assumption is C column is where check marks are.
 
Upvote 0
I agree with Jeffrey's suggestion to use Marlett checkboxes, primarily because they are on the data layer of the worksheet. Then you can use a simple COUNTIF formula to tally them.
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,261
Members
452,901
Latest member
LisaGo

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