+ Reply to Thread
Results 1 to 3 of 3

Return a blank in IF AND OR formula

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    Limerick, Ireland
    MS-Off Ver
    Excel 2016
    Posts
    52

    Return a blank in IF AND OR formula

    Working formula
    =IF(M6="","",IF(OR(AND(N6="",M6<$Q$2),AND(N6>0,N6-M6>0)),"NO","YES"))

    Need to add new criteria if Q5 = Open then return a blank
    =IFS((M5="","",Q5="Open",""),(IF(OR(AND(N5="",M5<$Q$2),AND(N5>0,N5-M5>0)),"NO","YES")))

  2. #2
    Forum Contributor
    Join Date
    09-21-2009
    Location
    Belgium - Mechelen
    MS-Off Ver
    Office 365 - version 2310
    Posts
    278

    Re: Return a blank in IF AND OR formula

    I'm not familiar with IFS and IF combinations.
    As far as i can find out, there is no combination with IF within an IFS formula.
    Perhaps you should make a nested IF formula to do the trick.
    Just make sure you got the priorities right to get the requested result.
    Maybe this could be of help

    Please Login or Register  to view this content.
    Even a little help can be a big help !!
    1. A sample workbook says more then words. Add problem description and solution so we can understand the problem.
    2. Your appreciation is accepted by clicking the star "Add Reputation" at the lower left of the post.
    3. If your problem is solved, mark it as [SOLVED]: See "FAQ : " https://www.excelforum.com/faq.php
    4. Use [CODE] [/CODE] tags to illustrate your code: see here

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Return a blank in IF AND OR formula

    Brian, if you are using Excel 2010, as your profile shows, you do not have the IFS function.

    If the suggestion from post #2 doesn't work as expected for you after substituting the semicolons for commas, consider uploading a small representative sample of your data along with the desired results based on that sample.

+ 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. Index/ Match Formula, How to return blank cell as a blank not 0
    By MDResearcher in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-24-2016, 08:40 PM
  2. Replies: 10
    Last Post: 09-12-2015, 02:04 PM
  3. [SOLVED] When my formula encounters a blank cell it returns a 0, I need it to return a blank
    By stretch99 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-27-2014, 07:52 PM
  4. [SOLVED] Date formula to return blank if cell is blank
    By DSgator1961 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-17-2014, 12:43 PM
  5. [SOLVED] Adjust this formula to return blank when a cell is blank?
    By nobodyukno in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-01-2013, 10:26 PM
  6. If formula to return blank if reference cell blank
    By dhooper in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-10-2013, 08:56 PM
  7. [SOLVED] Need formula to return blank instead of #N/A when source cell is blank, using VLOOKUP
    By TMB1234 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2013, 07:16 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