+ Reply to Thread
Results 1 to 4 of 4

Auto Populate a date only including work days

  1. #1
    Registered User
    Join Date
    08-31-2016
    Location
    Sunderland
    MS-Off Ver
    2013 / 365
    Posts
    4

    Auto Populate a date only including work days

    Hi all,

    i am wanting to create a formula or if there is any easier way to auto populate a date in a field.

    what i want to do is

    cell 1 ........................ ........... cell 2 ......................................... cell 3
    (inputted date)....................... (inputted number of days) ............. inputted date + inputted number of days (not including weekends and bank holidays if possible)

    so what would show is

    Cell 1................cell 2.......................................Cell 3
    31.08.2016..............6 ................................. 08.09.2016

    any help would be greatly appreciated.
    thank you in advance

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Auto Populate a date only including work days

    There is a function for that.

    =WORKDAY(A1,B1)

    To exclude bank holidays, you would need to make a list of them and add that to the optional holidays argument of the function. (The excel help file contains an example).

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Auto Populate a date only including work days

    Here:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If you create holiday list you can also use it:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Where in Sheet2!$A$1:$A$1000 you have holidays and other days you want to exclude.

  4. #4
    Registered User
    Join Date
    08-31-2016
    Location
    Sunderland
    MS-Off Ver
    2013 / 365
    Posts
    4

    Re: Auto Populate a date only including work days

    That's Great Thank you

+ 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: 10
    Last Post: 02-29-2024, 08:55 AM
  2. Replies: 14
    Last Post: 04-06-2015, 09:19 PM
  3. [SOLVED] Find days between days, but including the starting date.
    By Jocamo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2015, 10:37 PM
  4. Replies: 1
    Last Post: 05-26-2014, 03:46 AM
  5. Replies: 2
    Last Post: 07-31-2013, 02:00 PM
  6. Replies: 1
    Last Post: 12-05-2012, 11:56 PM
  7. [SOLVED] help!! Need Sheet2 to auto populate with dates that are today's date or 90 days out
    By JennK in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-30-2012, 07:33 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