+ Reply to Thread
Results 1 to 3 of 3

Counting down weekdays from a date in a column (Formula?)

  1. #1
    Registered User
    Join Date
    03-08-2017
    Location
    Gothenburg, Sweden
    MS-Off Ver
    MS Office 2016
    Posts
    1

    Counting down weekdays from a date in a column (Formula?)

    Hello! I'm in dire need of some help I am not very experienced with excel.

    I have got a excel document that has some columns in it. 2 of which are important now.

    H: Orderdate I: Days left to deliver

    What i need to do is have a countdown in "Days left to deliver" that is connected with H


    H:Orderdate I:Days left to deliver
    2017-03-03 10 days (weekdays)

    We have to deliver within 10 days.

    Is there a way to craft such a forula? Note that weekends should not count.

    I hope this makes sense Thanks in advance guys, I love excel but damn its hard to get into.

    //Hallenius

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Counting down weekdays from a date in a column (Formula?)

    =WORKDAY(h1,10)
    is this you are looking for
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

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

    Re: Counting down weekdays from a date in a column (Formula?)

    Try this ...

    =MAX(0,10-NETWORKDAYS(H2,TODAY()))

+ 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. Counting the number of hours within weekdays.
    By rcdiago in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-28-2015, 03:40 AM
  2. Replies: 13
    Last Post: 06-24-2013, 02:33 PM
  3. Counting weekdays
    By oldbob in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-13-2012, 05:36 AM
  4. Counting Weekdays
    By ComfortablySmug in forum Excel General
    Replies: 2
    Last Post: 06-09-2012, 09:46 AM
  5. Counting number of weekdays to a future date
    By BrianJC in forum Excel General
    Replies: 1
    Last Post: 01-09-2012, 03:09 PM
  6. Counting Weekdays
    By kmrkmj in forum Excel General
    Replies: 3
    Last Post: 07-17-2007, 05:22 PM
  7. Date Functions - counting weekdays (-Friday)
    By mattcasim in forum Excel General
    Replies: 3
    Last Post: 02-19-2005, 09:48 AM

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