+ Reply to Thread
Results 1 to 4 of 4

Need skip weekends from date series

  1. #1
    Registered User
    Join Date
    05-08-2008
    Posts
    40

    Need skip weekends from date series

    Hello all,
    I have sheet with date and all data,
    Like A1 have date 5-1-08
    Then A21 " I am using formula =A1+1 " , and A41 "A21+1" and so on for the month. My problem is I want skip weekends dates. ANY HELP? THANKS

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Using WORKDAY function from Analysis ToolPak addin

    =WORKDAY(A1,1)

    or without the add-in, assuming A1 always contains a weekday,

    =IF(WEEKDAY(A1)=6,3,1)+A1

  3. #3
    Registered User
    Join Date
    05-08-2008
    Posts
    40
    Thank you daddylonglegs,
    Your 1st formula working good, Now I have problem is My A1 cell follow Date from sheet1 "Sheet1!A2" ??, How can I use formula to skip weekend from Sheet1 date. Thanks

  4. #4
    Registered User
    Join Date
    05-08-2008
    Posts
    40
    Some one help? for post

+ 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