Results 1 to 2 of 2

Nested IF function - What am I doing WRONG?!?!

Threaded View

  1. #1
    Registered User
    Join Date
    06-12-2012
    Location
    Glasgow, Scotland
    MS-Off Ver
    Excel 2016
    Posts
    12

    Exclamation Nested IF function - What am I doing WRONG?!?!

    Hello all,

    I'm still learning Excel, and sometimes formulas vex me. I'm trying to meet the following conditions:

    - If the date in B4 is after today, the status should show "In Progress"
    - If the date in B4 precedes today, the status should show "OVERDUE"
    - If the date in B4 precedes today and D4 also says "No" or is blank, the status should show "OVERDUE"
    - If the date in B4 precedes today and D4 also says "Yes", the status should show "Complete"

    This is the formula I'm using:

    =IF($B4>=TODAY(), "In Progress",IF(AND(ISBLANK($D4),"OVERDUE","Complete")))
    The first part of the formula works, but the second part produces an error. Can anyone enlighten me as to what I'm doing wrong?




    EDIT: Nevermind! I figured it out. I'm using
    =IF($B4>=TODAY(),"In Progress",IF(OR(ISBLANK($D4),$D4="No"),"OVERDUE","Complete"))
    Last edited by Kitsune; 10-13-2016 at 11:50 AM. Reason: Missing conditions

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Why is my nested countif loop wrong
    By falco008 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-22-2016, 06:07 AM
  2. [SOLVED] What's wrong with my nested ifs? Converting numbers to time
    By kyles123 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-28-2015, 11:56 AM
  3. Get wrong value in Nested If formula
    By acheek in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-14-2015, 05:05 PM
  4. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  5. Replies: 5
    Last Post: 04-12-2010, 11:10 AM
  6. Replies: 3
    Last Post: 02-13-2007, 11:44 AM
  7. Nested subtotal figures in wrong order
    By Nested subtotal figures in wrong order in forum Excel General
    Replies: 7
    Last Post: 05-18-2006, 11:00 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