+ Reply to Thread
Results 1 to 4 of 4

How to avoid the FALSE result in a formula

  1. #1
    Registered User
    Join Date
    04-08-2014
    Location
    York
    MS-Off Ver
    Excel 2013
    Posts
    24

    How to avoid the FALSE result in a formula

    Hi. I have the below formula but it returns FALSE if it it's false.

    Can anybody advise how to read of it please?
    =IF(C8="","",IF(AND(K8<>"",O8=""),"Needs Pricing",IF(AND(K8="",O8<>""),"Needs Quote",IF(AND(K8="",O8=""),"NoQuote NoPrice",IF(AND(K8<>"",O8<>""),"Quoted&Priced")))))

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: How to avoid the FALSE result in a formula

    =IF(C8="","",IF(AND(K8<>"",O8=""),"Needs Pricing",IF(AND(K8="",O8<>""),"Needs Quote",IF(AND(K8="",O8=""),"NoQuote NoPrice",IF(AND(K8<>"",O8<>""),"Quoted&Priced")))))

    The false component has not been filled in
    =IF(C8="","",IF(AND(K8<>"",O8=""),"Needs Pricing",IF(AND(K8="",O8<>""),"Needs Quote",IF(AND(K8="",O8=""),"NoQuote NoPrice",IF(AND(K8<>"",O8<>""),"Quoted&Priced", "THIS IS WHERE THE FALSE IS COMING FROM- Change to what you want")))))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    04-08-2014
    Location
    York
    MS-Off Ver
    Excel 2013
    Posts
    24

    Re: How to avoid the FALSE result in a formula

    Ok that's great. Thanks

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: How to avoid the FALSE result in a formula

    you are welcome

+ 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. FALSE result coming from IF formula
    By doost012 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-31-2020, 01:11 AM
  2. [SOLVED] Formula Shows result as FALSE
    By caabdul in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-15-2014, 04:48 PM
  3. [SOLVED] Vlookup formula returns with False Result, How can I get the exact value ?
    By Midoya in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 02-21-2013, 04:34 AM
  4. [SOLVED] Why is this formula returning a FALSE result? It should return the value in B13
    By golfpromal in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-20-2012, 05:22 PM
  5. [SOLVED] Help needed to correct a formula showing a 'false' result
    By nje in forum Excel General
    Replies: 5
    Last Post: 09-07-2012, 08:39 AM
  6. FALSE result from Averageif formula
    By ren1104 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-17-2007, 08:28 PM
  7. If formula result is false, how do I auto-delete that rows?
    By jbrenner51 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-16-2005, 01:52 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