Results 1 to 9 of 9

Nested If Function Formula

Threaded View

  1. #1
    Registered User
    Join Date
    10-26-2021
    Location
    US
    MS-Off Ver
    MS365 Apps for Enterprise
    Posts
    3

    Exclamation Nested If Function Formula

    I need a formula that will populate the most current date out of N2,S2, and X2. But I can't have 1900. I need it to be blank or one of the dates listed in those three columns.

    This is the formula I am using and it is only populating a blank:

    =IF(AND(NOT(ISBLANK(N3)),ISBLANK(S3),ISBLANK(X3)),N3,IF(AND(NOT(ISBLANK(N3)),NOT(ISBLANK(S3)),ISBLANK(X3)),S3,IF(AND(NOT(ISBLANK(N3)),NOT(ISBLANK(S3)),NOT(ISBLANK(X3))),X3,"")))10:46avatarPopulate N2, if which cells have data?10:46


    If I use this formula it only pulls N2 even if there is data in S2 or X2

    =IF(NOT(ISBLANK(N4)),N4,IF(AND(NOT(ISBLANK(N4)),NOT(ISBLANK(S4))),S4,IF(AND(NOT(ISBLANK(N4)),NOT(ISBLANK(S4)),NOT(ISBLANK(X4))),X4,"")))

    If I use this formula is still only returns N2 even is S2 or X2 has data
    =IF(NOT(ISBLANK(N5)),N5,IF(NOT(ISBLANK(S5)),S5,IF(NOT(ISBLANK(X5)),X5,"")))
    Attached Files Attached Files
    Last edited by Cfelten; 10-26-2021 at 12:18 PM. Reason: add attachment

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 03-02-2021, 10:50 PM
  2. Replies: 2
    Last Post: 01-05-2019, 03:33 AM
  3. MAX function using nested IF formula
    By kdestef1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-07-2018, 01:55 AM
  4. Add a formula to a nested if function
    By JeninQC in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-13-2018, 08:07 AM
  5. Nested formula in IF Function
    By Shaun Gemiver in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-18-2012, 10:10 AM
  6. [SOLVED] Need help with revising nested formula IF function.
    By digibay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-27-2012, 02:31 PM
  7. Nested IF function, can't figure out the formula
    By gibby82 in forum Excel General
    Replies: 2
    Last Post: 02-01-2012, 01:35 PM

Tags for this Thread

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