+ Reply to Thread
Results 1 to 4 of 4

Highly Complex Conditional Formula Help Needed

Hybrid View

  1. #1
    Registered User
    Join Date
    07-02-2013
    Location
    Madison, WI
    MS-Off Ver
    Excel 2010
    Posts
    12

    Cool Highly Complex Conditional Formula Help Needed

    Hello! New user, first time posting. Nice to meet you all! I'll get right to my question!

    Would it be possible to pack this into one supercharged formula via COUNTIFS or VLOOKUP with nested IFS etc.? I am having a heck of a time. Any help would be appreciated. I use Excel 2010.

    Criteria 1: If Column X:X is not blank, Column Z:Z is blank, and Column AB:AB is blank, then pull date from Column N:N
    Criteria 2: If Column Z:Z is not blank, Column X:X is blank, and Column AB:AB is blank, then pull date from Column O:O
    Criteria 3: If Column AB:AB is not blank, Column X:X is blank, and Column Z:Z is blank, and BOTH Columns N:N and O:O are not blank, then pull the LATTER of the dates in Columns N:N and O:O

    My undying gratitude to any of you heavyweights that can help me solve this riddle. I don't seem to be grasping the essence of at least one factor of this formula that could make it solvable.

    Internet hugs, and Happy Fourth of July for any fellow Americans here (almost)!
    Aimee in Madison

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Highly Complex Conditional Formula Help Needed

    Hi, and welcome to the forum.

    Maybe....

    Formula: copy to clipboard

    =IF(AND(X1<>"",Z1="",AB1=""),N1,IF(AND(Z1<>"",X1="",AB1=""),O1,IF(AND(AB1<>"",X1="",Z1="",N1<>"",O1<>""),MAX(N1,O1),"")))
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Highly Complex Conditional Formula Help Needed

    What answer do you want if AB is not blank but either N or O are blank?

    What answer do you want if X is not blank but N is blank? (Same for Z and O)?
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  4. #4
    Registered User
    Join Date
    07-02-2013
    Location
    Madison, WI
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Highly Complex Conditional Formula Help Needed

    @Connie the answer to both scenarios would be "", which Richard's formula covers by exclusion. I also added an IFERROR="" to the formula of Richard's for good measure. I checked the work and it is functioning perfectly for our needs.

    @Richard Thanks so much. I owe ya one.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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