+ Reply to Thread
Results 1 to 4 of 4

Proper syntex for a TRUE FALSE Formula using checkboxes

  1. #1
    Registered User
    Join Date
    12-03-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    4

    Proper syntex for a TRUE FALSE Formula using checkboxes

    Not even sure this is possible, If The first col is False the next is true and the next is False, then the result should be Risk, however, if the first col is false and the next is True and the next is true then the result would be No Risk, so

    a Tick is equal to True, and the checkboxes have been attached to each cell.
    I have

    =IF(AND((W3="FALSE"),(X3="TRUE"),(Y3="FALSE")),"Risk",IF((W3="FALSE"),(X3="TRUE"),(Y3="TRUE")),"No Risk")))


    Screenshot_8.jpg

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: TRUE FALSE Formula

    This works for me...

    =IF(AND(W3=FALSE,X3=TRUE,Y3=FALSE),"Risk",IF(AND(W3=FALSE,X3=TRUE,Y3=TRUE),"No Risk",""))
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    12-03-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    4

    Re: TRUE FALSE Formula

    Jeff, Many thanks, been looking at this for days and came up with something similar, but anyway, thank you for your prompt response

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Proper syntex for a TRUE FALSE Formula using checkboxes

    You are very welcome Andy. The True/False is actually 1/0 so the quotes are not necessary.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Covert Checkboxes To TRUE/FALSE
    By IcyBricks in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-25-2019, 01:09 PM
  2. How to make the Checkboxes write to records as 0 and 1 and not true false
    By rbpd5015 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-14-2014, 10:35 AM
  3. What is best to use for helper cells 0 or 1, typed true or false or =true =false
    By Gingermuppet in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2014, 10:41 PM
  4. [SOLVED] in this TRUE OR FALSE function, i want desired name instead of display true or false
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-15-2013, 06:44 PM
  5. Excel 2007 : If formula using True and False
    By casdaq in forum Excel General
    Replies: 2
    Last Post: 05-06-2011, 03:59 PM
  6. Creating True or false checkboxes
    By L_ter in forum Access Tables & Databases
    Replies: 1
    Last Post: 03-19-2009, 12:04 AM
  7. Replies: 3
    Last Post: 03-15-2006, 11:00 AM

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