+ Reply to Thread
Results 1 to 4 of 4

Action plan - Producing minus days figure if action completed before target date.

  1. #1
    Registered User
    Join Date
    02-27-2016
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Action plan - Producing minus days figure if action completed before target date.

    Hi all,

    I was just wondering if anyone could help me as I’m currently putting together an action plan and was hoping someone could advise or offer suggestions on a few issues I’m having.

    For reference, I have in column F ‘completion target date’, column G ‘Revised completion date’, column I ‘Date completed’ and in J ‘Days overdue’.

    After many hours and much frustration, I have come up with a formula in column J where it automatically states the amount of days overdue if the completion target date has passed (if column G is blank), or if the revised completed date has been surpassed if one has been entered, also if a completion target date has been entered column J goes blank.

    Formula:

    Please Login or Register  to view this content.
    This seems to work perfectly.

    However, I have since thought that I could use the days overdue column as a good performance indicator by adding the sum of all the actions, but for this to work I would need a minus figure if the date completed column was before the target completion date or revised target completion date, however I’ve struggled to add this to the formula. The only way around it that I have thought of so far is to add another column directly taking date completed from the target completion date or revised completion date, I could then hide these columns and use a cell at the bottom with the performance of +/- days.

    Any ideas or suggestions would be much appreciated.

    Thanks in advance.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,214

    Re: Action plan - Producing minus days figure if action completed before target date.

    I think the formula above needs revising: if you enter "Date Completed" then "Days Overdue" is blank i.e, no test for Overdue days.

    e.g. Completion Target Date (F2) 20/02/2016 , Completion Date (I2) 28/02/2016, Overdue (J2) should be 8 (??)but is blank

    Date completed subtracted from your Completion date(s) will just return a +/- value so not sure why you need extra column

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,214

    Re: Action plan - Producing minus days figure if action completed before target date.

    Try

    =IF(ISNUMBER(I2),IF(ISNUMBER(G2),I2-G2,I2-F2),IF(ISNUMBER(G2),IF(G2-TODAY(),G2-TODAY(),""),IF(ISNUMBER(F2),IF(F2-TODAY(),F2-TODAY(),""),"")))

  4. #4
    Registered User
    Join Date
    02-27-2016
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Action plan - Producing minus days figure if action completed before target date.

    Quote Originally Posted by JohnTopley View Post
    I think the formula above needs revising: if you enter "Date Completed" then "Days Overdue" is blank i.e, no test for Overdue days.

    e.g. Completion Target Date (F2) 20/02/2016 , Completion Date (I2) 28/02/2016, Overdue (J2) should be 8 (??)but is blank

    Date completed subtracted from your Completion date(s) will just return a +/- value so not sure why you need extra column
    Hi, thanks for the reply, the formula I think is working as I intended, as I wanted any action that had a completion date not to have the days overdue to remain. I wanted the days overdue column to also be a 'live status' if you like so I could quickly see what was overdue, and if an action was completed then it is not overdue so it would be confusing if the figure remained. However, I still want to capture that data so I could do a SUM of all the actions, but need a -4 if an action had been completed 4 days early for example, where at present column J only captures overdue actions, not actions completed early. I should of been more clear in the OP, apologies.
    Last edited by TrueBlueCFC; 02-28-2016 at 10:56 AM.

+ 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. Can't figure out the formula I need to query by multiple criteria/send action
    By telecomladyj in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 04-15-2015, 02:50 PM
  2. My Action Tracker Keeps placing my competed action rows on sheet2 in the same place.
    By billybong33 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-18-2014, 04:01 PM
  3. A formula to strike out text when action is completed...?
    By johanna0507 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-07-2013, 07:07 AM
  4. ByVal Target As Range Issue -Requires mouse click away from validation list to action
    By khaydon1987 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-30-2012, 09:46 AM
  5. How can i make an action Plan?
    By Mahwish in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-08-2006, 08:50 AM
  6. How can i make an action Plan?
    By Mahwish in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 07-08-2006, 03:15 AM
  7. [SOLVED] If column A completely empty, one action; if not, another action?
    By StargateFanFromWork in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 06-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