+ Reply to Thread
Results 1 to 3 of 3

6 day workday calculations

  1. #1
    Registered User
    Join Date
    02-21-2007
    Posts
    1

    Smile 6 day workday calculations

    hi ,

    am a new user, i would like to know the formula to add days to date excluding holidays and sundays only (and include Saturday as working day) without the need of analysis toolpack.

    any suggestions please.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by baddipu
    hi ,

    am a new user, i would like to know the formula to add days to date excluding holidays and sundays only (and include Saturday as working day) without the need of analysis toolpack.

    any suggestions please.
    Hi,

    the Workday requires (as you are aware) the Analysis Toolpak, otherwise you could test if the Day of the date you want to add to is Saturday (day 7) and add 2, else add 1.

    =IF(WEEKDAY(E5)=7,E5+2,E5+1)

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Hi Bryan,

    thanks for ur suggestion.

    what i want exactly is, i want to derive a date say, 10th day from today, the result should show the 10th business day which excluding sundays and holidays only and include saturday as working day. using workday() function, its working but bydefault the system calculates saturday as weekend.

    can u help me in this function.
    no further suggestions to date.
    ---

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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