+ Reply to Thread
Results 1 to 8 of 8

True false, Valid = 1

  1. #1
    Registered User
    Join Date
    08-14-2012
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    90

    True false, Valid = 1

    Hi, I want to create a formula that returns a "1" if a criteria is not one of the invalid options. In my sample, Classification (column B) lists all the various transaction classifications. The table at column F lists the Invalid Classifications. Any classification that matches on of the ones listed in the Invalid Table (F) should return a zero in Column D (Valid). All other classifications should return a "1" in column D. Thx for your help
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: True false, Valid = 1

    Try this
    Formula will return 1 or 0
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by AlKey; 03-12-2018 at 11:32 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: True false, Valid = 1

    =IFNA(--NOT((MATCH(B2,$F$2:$F$7,0))),1)
    or
    for Ex2010
    =IFERROR(--NOT((MATCH(B2,$F$2:$F$7,0))),1)
    Last edited by sandy666; 03-12-2018 at 09:42 PM.

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,941

    Re: True false, Valid = 1

    Or:

    =--(COUNTIF($F$2:$F$7,B2)=0)

  5. #5
    Registered User
    Join Date
    08-14-2012
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    90

    Re: True false, Valid = 1

    Thanks AlKey. This worked perfectly.

  6. #6
    Registered User
    Join Date
    08-14-2012
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    90

    Re: True false, Valid = 1

    Thanks for your help. So many ways to skin the cat {:]

  7. #7
    Registered User
    Join Date
    08-14-2012
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    90

    Re: True false, Valid = 1

    Thx Phuocam

  8. #8
    Registered User
    Join Date
    03-20-2020
    Location
    canada
    MS-Off Ver
    10
    Posts
    2

    Re: True false, Valid = 1

    =if(e106=true,if(iserror(find("-",d106,1)),false,find("-",d106,1)),false)

    How do we read and find answer?
    Last edited by SatishRazdhan; 03-25-2020 at 08:03 AM.

+ 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. 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
  2. [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
  3. Replies: 3
    Last Post: 07-15-2006, 05:20 AM
  4. Function to return True/False if all are validated as True by ISNU
    By Tetsuya Oguma in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-15-2006, 06:30 AM
  5. Reverse false and combine with true true value
    By DaveB in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-06-2005, 09:05 AM
  6. Reverse false and combine with true true value
    By Emmie99 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  7. Reverse false and combine with true true value
    By Emmie99 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  8. Reverse false and combine with true true value
    By Emmie99 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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