+ Reply to Thread
Results 1 to 8 of 8

Training Planner with different dates calculate the number of days left from latest dates

  1. #1
    Registered User
    Join Date
    03-22-2016
    Location
    london
    MS-Off Ver
    2010
    Posts
    6

    Training Planner with different dates calculate the number of days left from latest dates

    Hi All

    I am running a training planner on excel for circa 350 staff, this is one element of the training that has a 2yr re-occurence, I'm using DATEDIF & TODAY() which gives me overdue dates -281 &
    Using =Cell -TODAY() for dates in the future and a 3-way conditional formatting to give me a visual representation of when staff are approaching their due dates Green 730-90 days before training is due Amber for 90-0 days & Red if over due -1 to -730 days.

    My first wish is to be able to get Column E to work with Columns B & D to give me the figure in Column E, at present I am manual updating this to change the target from Column B to D when staff take refresher training. Going forward there will be extra columns every two years.

    Second wish I am having to change the formula between DATEDIF & TODAY() & Cell-TODAY() for each member of staff depending on whether or not they are in date or overdue, as excel flags up #NUM! if the dates don't match.

    I'm not a strong user of Excel if someone can offer some advice on a more eloquent way of doing this I would be a very happy chappy I have attached a jpeg as the table below is not formatted correctly to give everyone the idea of what I'm doing...

    Thank You In Advance

    Pete

    1.jpg
    Attached Files Attached Files
    Last edited by PeteHughes; 12-02-2017 at 05:39 AM. Reason: Added Excel doc

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475

    Re: Training Planner with different dates calculate the number of days left from latest da

    Attaching a sample workbook enables others to work on your problem:

    To attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and click "manage attachments" to open the upload window.


    To add a file to a post

  3. #3
    Registered User
    Join Date
    03-22-2016
    Location
    london
    MS-Off Ver
    2010
    Posts
    6

    Re: Training Planner with different dates calculate the number of days left from latest da

    Thanks for the steer in the right direction to upload the spreadsheet.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Training Planner with different dates calculate the number of days left from latest da

    C3,copied down:
    =EDATE(B3,24)

    E3 copied down:
    =MAX(C3,EDATE(D3,24)) or

    =IF(D3="","",EDATE(D3,24)) or
    =IF(D3="",C3,EDATE(D3,24))

    depending on your preferences. more to follow...
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Training Planner with different dates calculate the number of days left from latest da

    Try this for the CF
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    03-22-2016
    Location
    london
    MS-Off Ver
    2010
    Posts
    6

    Re: Training Planner with different dates calculate the number of days left from latest da

    Glenn,

    Thank you so much for the spreadsheet the formula has worked like a dream.

    Best Reards

    Pete

  7. #7
    Registered User
    Join Date
    03-22-2016
    Location
    london
    MS-Off Ver
    2010
    Posts
    6

    Thumbs up Re: Training Planner with different dates calculate the number of days left from latest da

    Thanks all sorted.

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Training Planner with different dates calculate the number of days left from latest da

    You're welcome. Thanks for the rep...

+ 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. Calculate number of days between 2 dates
    By DTYS in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-28-2017, 06:01 AM
  2. Calculate number of days between two dates
    By alexlund in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-29-2014, 05:52 PM
  3. calculate the number of days between dates in 2 fields.
    By wiseguy298 in forum Excel General
    Replies: 3
    Last Post: 08-15-2012, 04:01 PM
  4. Calculate number of days between dates
    By karl8695 in forum Excel General
    Replies: 1
    Last Post: 05-08-2012, 12:54 PM
  5. calculate number days between dates less Sat and Sun
    By maacmaac in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-26-2010, 11:09 AM
  6. Replies: 2
    Last Post: 04-23-2008, 12:21 PM
  7. [SOLVED] calculate number of days btw dates
    By Nelson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2006, 09:02 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