+ Reply to Thread
Results 1 to 6 of 6

how to remove false result from if statement

  1. #1
    Forum Contributor
    Join Date
    06-27-2012
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    164

    how to remove false result from if statement

    I am using the below formula and i am getting a false result when my criterias fro N14, R14,G14 are all blank. Please help to remove the false value


    IF(AND(G14="Legal Consulting ",N14="ADMI"),R14*E14,IF(AND(N14="ADMI",G14<>"Legal Consulting "),"STOP,NOT RECOUPABLE "))

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: how to remove false result from if statement

    Try,

    =IF(AND(G14="Legal Consulting ",N14="ADMI"),R14*E14,IF(AND(N14="ADMI",G14<>"Legal Consulting "),"STOP,NOT RECOUPABLE ",""))

    where I added the highlighted part, change as needed (i.e. if you want to add any text within the inverted commas, now it shows up as nothing).

    Cheers,
    berlan

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: how to remove false result from if statement

    You have to add "what you want instead of false" into the ValueIfFalse part of the 2nd If

    IF(AND(G14="Legal Consulting ",N14="ADMI"),R14*E14,IF(AND(N14="ADMI",G14<>"Legal Consulting "),"STOP,NOT RECOUPABLE ","What I want instead of FALSE"))

  4. #4
    Forum Contributor
    Join Date
    06-27-2012
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    164

    Re: how to remove false result from if statement

    Oh, thank you Jonmo1!! This totally helped my formula.

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: how to remove false result from if statement

    You're welcome.

  6. #6
    Registered User
    Join Date
    05-22-2017
    Location
    Mississippi
    MS-Off Ver
    Excel
    Posts
    1

    Re: how to remove false result from if statement

    This is my formula.
    =IF($C$3="Left Handed",Sheet5!B4,IF('Form '!$C$3="Right Handed",Sheet5!H4))

+ 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. Statement to return formula to the next row down, if formula's result if false?
    By AlphaRaveNZ in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-12-2015, 10:54 PM
  2. Statement to return formula to the next row down, if formula's result if false?
    By AlphaRaveNZ in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-12-2015, 10:54 PM
  3. Calling Macro Based then bases result on True False Statement
    By jimrosser in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-25-2013, 04:39 PM
  4. [SOLVED] remove the false result from an IF statement
    By xrayexceller in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-11-2013, 10:49 AM
  5. Replies: 5
    Last Post: 12-09-2012, 11:04 PM
  6. Excel 2007 : IF statement with no result when FALSE
    By zitu708 in forum Excel General
    Replies: 2
    Last Post: 04-30-2010, 04:05 AM
  7. Want to "ignore" the FALSE result of an IF statement
    By shawnh in forum Excel General
    Replies: 9
    Last Post: 02-16-2010, 07:02 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