+ Reply to Thread
Results 1 to 6 of 6

Date formula which only counts Workdays

  1. #1
    Registered User
    Join Date
    02-29-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2016
    Posts
    68

    Date formula which only counts Workdays

    Hi All

    I need a formula which calculates a "target ship date" based on an "order placed date" and set "timeline"

    Cell B3 is my shipping reference
    Cell I3 is my Order placed date
    Cell H3 is the Agreed Timeline (Please note this cell is already populated with a number)

    I am currently using the following which has been writted in Cell J3 =IF(B3="","",(I3+H3)) It works apart from the fact that it does not discount weekends which I need it to do.

    Thanks for having a look

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Date formula which only counts Workdays

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


    BSB
    Last edited by BadlySpelledBuoy; 07-03-2016 at 09:09 AM.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,931

    Re: Date formula which only counts Workdays

    Try this ...

    =IF(B3="","",WORKDAY(I3,H3))

  4. #4
    Registered User
    Join Date
    02-29-2012
    Location
    Ireland
    MS-Off Ver
    Excel 2016
    Posts
    68

    Re: Date formula which only counts Workdays

    Thank you so much, I can see now where I went wrong.

    Thanks

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,931

    Re: Date formula which only counts Workdays

    You are welcome!

  6. #6
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Date formula which only counts Workdays

    Happy to help. Thanks for the rep point

    BSB

+ 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. [SOLVED] Monthly workdays, monthly workdays to date & public holidays
    By blackburnsexcel in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-21-2015, 07:08 AM
  2. Formula to look up a date array and return how many workdays between the range
    By delaneybob in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-10-2014, 09:07 AM
  3. Replies: 6
    Last Post: 11-16-2013, 04:29 PM
  4. formula that counts between a date range
    By Troutman12 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 08-09-2012, 01:54 AM
  5. workdays formula ends on weekend date
    By Charles C. in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-31-2006, 01:50 PM
  6. [SOLVED] How do I create a formula to add 10 workdays to a specified date .
    By Dallas7905 in forum Excel General
    Replies: 2
    Last Post: 10-10-2005, 12:05 PM
  7. Excel formula that counts events after a certain date?
    By micro1330 in forum Excel General
    Replies: 5
    Last Post: 08-24-2005, 08:05 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