Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Excel - Set target dates, overdue date

  • 12-03-2012 04:24PM
    #1
    Registered Users, Registered Users 2 Posts: 19,306 ✭✭✭✭


    Hi,

    Using this for work and while what I have is ok, I wouldnt mind refining it if possible (and easy!). Any tips would be greatly appreciated.

    I used the following calc:

    =$E2+5-TODAY()

    E2 = date at which I input data
    F grid = "Days Due" column

    In this instance I give myself 5 days to complete the information.

    Is there anyway of doing this equation to make these only workdays? I understand I can just make it 7 days, but on a friday it could be easy to forget that you only have 1 day if something is due on a monday (would say 3 days left).

    Also, is it possible to have something on the lines of "5 days left" or "overdue" once its passed the deadline ?

    Lastly, is it possible to have dropdown options on the F grid (Days due) so that I could choose differant options (ie 5, 10, 14 days etc).

    Any tips would be greatly appreciated.


Comments

  • Registered Users, Registered Users 2 Posts: 757 ✭✭✭rockal


    Use this =NETWORKDAYS($E2+5,TODAY())

    Have you considered Holidays?
    If so create a column of Holiday dates (example G2 to G25)
    Then use =NETWORKDAYS($E2+5,TODAY(),G2:G25)


Advertisement