+ Reply to Thread
Results 1 to 9 of 9

IF(OR Formula only producing a False response

  1. #1
    Registered User
    Join Date
    06-26-2015
    Location
    houston
    MS-Off Ver
    Texas
    Posts
    19

    IF(OR Formula only producing a False response

    I can't seem to get this formula to produce the True value. It looks like it should work. Any suggestions to condense the formula are another way to get the True=1 and False=.80 would be much appreciated

    =IF(OR(A3="5",A3="6",A3="7",A3="8",A3="9",A3="10",A3="11",A3="19",A3="20",A3="21",A3="22",A3="23",A3="24",A3="25",A3="26",A3="27",A3="31",A3="32",A3="34",A3="35",A3="36",A3="37",A3="38"),"1",".80")
    Last edited by cprice4407; 05-25-2018 at 07:58 PM.

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: IF(OR Formula only producing a False response

    Wow

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Registered User
    Join Date
    06-26-2015
    Location
    houston
    MS-Off Ver
    Texas
    Posts
    19

    Re: IF(OR Formula only producing a False response

    Thanks for the help. Still returns false response.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: IF(OR Formula only producing a False response

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    06-26-2015
    Location
    houston
    MS-Off Ver
    Texas
    Posts
    19

    Re: IF(OR Formula only producing a False response

    Excellent. Thank you very much.

  6. #6
    Registered User
    Join Date
    05-25-2018
    Location
    Sydney
    MS-Off Ver
    2013
    Posts
    14

    Re: IF(OR Formula only producing a False response

    Please try this one

    =IF(ISNA(INDEX({5,6,7,8,9,10,11,19,20,21,22,23,24,25,26,27,31,32,34,35,36,37,38},MATCH(A2,{5,6,7,8,9,10,11,19,20,21,22,23,24,25,26,27,31,32,34,35,36,37,38},0)))=FALSE,80,1)

  7. #7
    Registered User
    Join Date
    06-26-2015
    Location
    houston
    MS-Off Ver
    Texas
    Posts
    19

    Re: IF(OR Formula only producing a False response

    This also worked. Thanks! Would you have a way to add a test to make a 0 value = 0 on this formula?

  8. #8
    Registered User
    Join Date
    05-25-2018
    Location
    Sydney
    MS-Off Ver
    2013
    Posts
    14

    Re: IF(OR Formula only producing a False response

    I added one more if condition to test 0 value as shown below.

    =IF(A2=0,0,IF(ISNA(INDEX({5,6,7,8,9,10,11,19,20,21,22,23,24,25,26,27,31,32,34,35,36,37,38},MATCH(A2,{5,6,7,8,9,10,11,19,20,21,22,23,24,25,26,27,31,32,34,35,36,37,38},0)))=FALSE,80,1))

  9. #9
    Registered User
    Join Date
    06-26-2015
    Location
    houston
    MS-Off Ver
    Texas
    Posts
    19

    Re: IF(OR Formula only producing a False response

    Work with a minor change.. Thank you again for your help!

    =IF(A2=0,0,(IF(ISNA(INDEX({4,5,6,7,8,9,10,11,19,20,21,22,23,24,25,26,27,31,32,34,35,36,37,38},MATCH(A2,{4,5,6,7,8,9,10,11,19,20,21,22,23,24,25,26,27,31,32,34,35,36,37,38},0)))=FALSE,1,0.8)))

+ 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. WinHTTP JSON response error: 'An internal response header size limit was exceeded'
    By JasperD in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 04-26-2018, 06:10 AM
  2. [SOLVED] Need Help Producing Report Formula
    By PistolPete7 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-11-2017, 09:36 PM
  3. DisplayAlerts = False chooses the default response
    By NeedForExcel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-07-2016, 05:06 AM
  4. Allocating data from a multiple response field to individual response filelds
    By Riddles in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-14-2016, 02:15 AM
  5. Basic formula producing #VALUE!
    By darkfeld in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-25-2015, 02:54 PM
  6. Replies: 2
    Last Post: 08-24-2014, 04:56 AM
  7. [SOLVED] IF Statement producing a false rather than true
    By Abyrose in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-13-2014, 08:23 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