+ Reply to Thread
Results 1 to 4 of 4

Nested formula problem.

  1. #1
    Registered User
    Join Date
    11-13-2013
    Location
    Richland, Washington
    MS-Off Ver
    Excel 2010
    Posts
    23

    Nested formula problem.

    =IF(OR(ISBLANK(D2),ISBLANK(H2))=1,0,IF(H2=D2,0,1))

    I am trying to return a 0 if either cells are blank, or if they are both filled in, but equal. I wish to return a 1 if both cells are full, but unequal. Examples would be: EA, BX, PR, et cetera. Thanks!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,969

    Re: Nested formula problem.

    perhaps this...
    =IF(OR(D2="",H2="",D2=H2),0,1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-13-2013
    Location
    Richland, Washington
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Nested formula problem.

    This worked! Thanks a mil.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,969

    Re: Nested formula problem.

    Happy to help and thanks for the feedback

+ 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. [SOLVED] Problem With Nested Formula
    By Nitin002002 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-15-2014, 08:41 AM
  2. Nested IF formula problem
    By perrier in forum Excel General
    Replies: 4
    Last Post: 10-25-2010, 06:01 PM
  3. Nested IF formula - problem
    By DUAL in forum Excel General
    Replies: 9
    Last Post: 11-25-2008, 06:41 AM
  4. Problem with nested IF and OR formula?
    By Peter Frank in forum Excel General
    Replies: 4
    Last Post: 03-19-2006, 03:35 PM
  5. [SOLVED] Problem with nested logical formula.
    By Bill R in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-26-2005, 12:05 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