+ Reply to Thread
Results 1 to 3 of 3

If function that excludes blank cells

  1. #1
    Registered User
    Join Date
    05-04-2018
    Location
    KY
    MS-Off Ver
    Office 2016
    Posts
    2

    If function that excludes blank cells

    Trying to come up with a formula that will only return a value if 2 colums are equal. Some times the colums will include 0's, or be blank. I've attached a sample file to show what I am trying to do.

    Any help will be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: If function that excludes blank cells

    is this what you need?
    =IF(OR(B2=0,C2=0,B2="",C2=""),"N",IF(B2=C2,"Y","N"))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    05-04-2018
    Location
    KY
    MS-Off Ver
    Office 2016
    Posts
    2

    Re: If function that excludes blank cells

    Thank you Sambo kid, with a slight modification it works GREAT!!!!

+ 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. Replies: 4
    Last Post: 07-25-2017, 12:26 PM
  2. Subtotal function that excludes hidden columns
    By kollur in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-01-2017, 06:18 PM
  3. Concatenate formula that excludes a blank cell in the result
    By ensmith in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-02-2016, 11:20 AM
  4. Delivery Note Address Formula that excludes blank lines
    By mikekelly1978 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-11-2015, 09:51 AM
  5. AverageIF with conditions and excludes value if adjacent cell is blank
    By dbaker4020 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-31-2013, 12:41 PM
  6. Combing AVERAGEIFS and a criteria function that excludes duplicates
    By acillatem in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-27-2013, 06:49 PM
  7. Replies: 3
    Last Post: 04-09-2012, 02:53 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