+ Reply to Thread
Results 1 to 7 of 7

to show overdue if deadline is passed but to leave leave blank if status is closed

  1. #1
    Forum Contributor
    Join Date
    05-16-2018
    Location
    SG
    MS-Off Ver
    2013
    Posts
    217

    to show overdue if deadline is passed but to leave leave blank if status is closed

    Hi

    I have a formula in cell C2. I need to amend it slightly whereby there is a status cell in B2. If the status shows closed, cell C2 also needs to show blank. Currently it shows overdue if the date in A2 is lapsed from the current date event though the status is closed.
    Attached Files Attached Files
    Last edited by michael35; 02-13-2019 at 04:05 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,445

    Re: to show overdue if deadline is passed but to leave leave blank if status is closed

    Nothing attached
    Please post a sample sheet with some data and expected results.
    Thanks

  3. #3
    Forum Contributor
    Join Date
    05-16-2018
    Location
    SG
    MS-Off Ver
    2013
    Posts
    217

    Re: to show overdue if deadline is passed but to leave leave blank if status is closed

    Hi Sry. missed out the attachment. I've put it in now.

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: to show overdue if deadline is passed but to leave leave blank if status is closed

    try

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,445

    Re: to show overdue if deadline is passed but to leave leave blank if status is closed

    A tad shorter perhaps
    =IF(OR(B2="Closed",ISBLANK(A2),A2 >= TODAY()),"","Overdue")

  6. #6
    Forum Contributor
    Join Date
    05-16-2018
    Location
    SG
    MS-Off Ver
    2013
    Posts
    217

    Re: to show overdue if deadline is passed but to leave leave blank if status is closed

    Hi Shukla,

    Thanks. that worked.

    Can i check how do i amend the formula to count the number of days it is opened. It should show blank if status is changed to closed.

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: to show overdue if deadline is passed but to leave leave blank if status is closed

    Can you please clear the expected result

+ 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: 2
    Last Post: 10-22-2018, 05:41 PM
  2. [SOLVED] Leave tracker - how to use formula to automate the total leave days
    By yiyi2 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-16-2018, 10:59 PM
  3. IFERROR leave blank IF 0 leave blank
    By EnjoiNISMO in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 06-08-2016, 05:08 PM
  4. Replies: 5
    Last Post: 03-03-2015, 01:38 PM
  5. Need only leave days one by one from leave attendace full data
    By sathiyamoorthy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-18-2014, 03:23 AM
  6. Sick leave annual leave minutes spreadsheet
    By News12kim in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-22-2013, 03:28 AM
  7. Do not show lack of data as a zero on graph lines, leave blank
    By Just Joe in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-15-2006, 04:15 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