+ Reply to Thread
Results 1 to 5 of 5

Check box value

  1. #1
    Registered User
    Join Date
    11-22-2010
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    36

    Check box value

    Hi everyone
    Can I have a checkbox set to TRUE when I enter information in a cell that is if the cell is blank the checkbox return to FALSE

    Thanks

    BAkar

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Check box value

    Hi Bakar.

    Try this code:

    Please Login or Register  to view this content.
    Click *, if my suggestion helps you. Have a good day!!

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

    Re: Check box value

    if it's just visual, then try this. if you're using Form Controls, right-click the Checkbox & select Format Control. put Cell Link as:
    $A$1

    if you're using ActiveX Controls, right-click the Checkbox & select Properties. put Cell Link as:
    Sheet1!A1

    assuming your information is in B1, put this formula in A1:
    =B1<>""

    this will work if nobody touches the Checkbox. if they do, the formula in A1 will be gone

    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

  4. #4
    Registered User
    Join Date
    11-22-2010
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: Check box value

    Thanks very much really appreciate your help

  5. #5
    Registered User
    Join Date
    04-15-2013
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Check box value

    nice info.
    Last edited by amir.arshad; 04-15-2013 at 03:01 AM.

+ 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