+ Reply to Thread
Results 1 to 2 of 2

Workday in formula

  1. #1
    Registered User
    Join Date
    04-24-2014
    Location
    Europe
    MS-Off Ver
    Excel 2010
    Posts
    1

    Workday in formula

    Hi,

    I am trying to amend a GANT chart template I found on Internet.


    To create pattern for the GANT chart, a formula is used as conditional formatting:

    =AA$5=MEDIAN(AA$5,$D6,$D6+$E6-1) where AA5 is the cell date, D6 start date and E6 number of days (duration).

    This works fine if the dates are in order, but I have changed the date range to only use working days. As this Capture.PNG shows, there should be 5 days with pattern on the chart, but only 4 comes up as the formula expects May 3rd to be the last day of activity.

    I would really appreciate if someone could point me in right direction on how to amend the formula to exclude weekends.


    Cheers,
    WG

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Workday in formula

    use WORKDAY(date, days to add)

    =AA$5=MEDIAN(AA$5,$D6,WORKDAY($D6,($E6-1)))
    Last edited by nathansav; 04-24-2014 at 11:34 AM.
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

+ 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. Workday.INTL or Workday function issue
    By junoon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2013, 03:14 PM
  2. Workday Formula
    By Blake 7 in forum Excel General
    Replies: 2
    Last Post: 02-14-2012, 05:19 AM
  3. Workday formula
    By 3daluminium in forum Excel General
    Replies: 5
    Last Post: 04-22-2010, 02:26 PM
  4. Excel Workday Formula
    By gailb14 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2008, 11:45 AM
  5. Workday Formula
    By Gos-C in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-26-2005, 03:47 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