Format Control Check Box Question

Chris Hoek

New Member
Joined
May 28, 2015
Messages
18
Office Version
  1. 365
Platform
  1. Windows
Is it possible to link more than one cell in the Cell link field for a Check Box? I know you can select a range of cells, I've done that. But I need to select two non adjacent cells 'Admin Use Only'!$AX$4 and 'Admin Use Only'!$AX$11. I've tried to put both in there separated by a space, no space, a comma (,) and I've tried a semicolon (;). None of these have worked. Anybody know if this is possible? Sorry if this has been previously answered. I did search but did not find an answer.

1722536333729.png
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
No you cannot.

What problem are you trying to solve? There might a solution with formulas or VBA.
 
Upvote 0
Solution
No you cannot.

What problem are you trying to solve? There might a solution with formulas or VBA.
Honestly it isn't really a problem. I considered VBA. I think I'm just going to use a formula. Not a biggie, just really wanted to know if it was possible. Thanks for your expertise!
 
Upvote 0
By "problem" I just meant "what are you trying to do?" If you need more than one cell to show the checkbox state, you can link to one cell, such as AX11, then other cells can
Excel Formula:
=AX11

But if you need it in reverse, where you want to type a value into multiple cells and have it affect the checkbox state, you need VBA.
 
Upvote 0

Forum statistics

Threads
1,221,593
Messages
6,160,694
Members
451,665
Latest member
PierreF

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