Copy and Paste Check Boxes

raymaster98

Board Regular
Joined
Oct 28, 2009
Messages
212
Using Excel 2010.

In cell I8, I have a check box. Using format control I linked the check box to cell P8. If cell I8 is checked, P8 returns TRUE. If cell I8 is not checked, P8 returns FALSE. I need to copy and paste the check boxes down to dozens of cells. However, when I copy and paste down, the cell link does not change. In the end, I need to count all of the TRUE's in column P for a total number of checked boxes. Despite removing the $ signs in the format control cell link box in I8, the check boxes remain linked to P8. If correct, when copy and pasted down, the link in the format control box in P9 should be I9. For P10, it should be I10, and so on. I tried to click the right corner to autofill, but the formulas didn't change that way either.

Any help would be most appreciated.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Not sure if you can do this without code. If you are allowed to use VBA then you could easily do this(for example) via some code assigned to a button.
 
Upvote 0

Forum statistics

Threads
1,214,559
Messages
6,120,194
Members
448,951
Latest member
jennlynn

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