How can I have a simple test in cell B1 to see if a user checked a check box in cell A1?
Have looked around much, see only complex solutions and I'm not a programmer.
Thanks
J
How can I have a simple test in cell B1 to see if a user checked a check box in cell A1?
Have looked around much, see only complex solutions and I'm not a programmer.
Thanks
J
hi J, welcome to the forum. right-click on the check box and you should see Form Control. go to the tab "Control" -> Cell Link:
B1
TRUE indicates a check, FALSE indicates otherwise. if you prefer to have something else shown instead, put the cell link somewhere else. maybe Z1. then do an IF formula in B1:
=IF(Z1,"Checked","Not Checked")
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
Thanks for the assist!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks