+ Reply to Thread
Results 1 to 3 of 3

Check box (control form) checked or not - must be a simple way to test if box checked

  1. #1
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Boston
    MS-Off Ver
    MS 365
    Posts
    230

    Check box (control form) checked or not - must be a simple way to test if box checked

    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

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Check box (control form) checked or not - must be a simple way to test if box checked

    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

  3. #3
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Boston
    MS-Off Ver
    MS 365
    Posts
    230

    Re: Check box (control form) checked or not - must be a simple way to test if box checked

    Thanks for the assist!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1