+ Reply to Thread
Results 1 to 10 of 10

Workdays Including Saturdays

  1. #1
    Registered User
    Join Date
    07-19-2013
    Location
    Albany, NY
    MS-Off Ver
    Excel 2010
    Posts
    45

    Workdays Including Saturdays

    I'm trying to figure out an easy way to use a formula to lay out dates that a business will be open in 2014. It seems like the WORKDAY function would normally be good for this, but this function excludes weekends by default, and our business is open on Saturdays (but not Sundays). Is there an easy way I can exclude Sundays from the formula without excluding Saturdays?

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Workdays Including Saturdays

    Hi DSwartz,

    The link below provides information that maybe helpful to you.


    http://office.microsoft.com/en-us/ex...010354380.aspx
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Contributor
    Join Date
    09-13-2011
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    111

    Re: Workdays Including Saturdays

    Try using the WEEKDAY function within an IF statement, such as

    Please Login or Register  to view this content.
    Good Luck!

  4. #4
    Registered User
    Join Date
    07-19-2013
    Location
    Albany, NY
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: Workdays Including Saturdays

    Missed that one when I looked at the function list. Looks like it will work great! Thanks!

  5. #5
    Registered User
    Join Date
    07-19-2013
    Location
    Albany, NY
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: Workdays Including Saturdays

    So I came up with WORKDAY.INTL("1/2/2014",0,11) as my function, which seems to work well. One follow up question: is there an easy way I can increment the "Days" argument (0 in the function currently) without having to manually edit it for every day? It doesn't seem to adjust automatically when I drag down the formula.

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Workdays Including Saturdays

    Quote Originally Posted by DSwartz View Post
    So I came up with WORKDAY.INTL("1/2/2014",0,11) as my function, which seems to work well. One follow up question: is there an easy way I can increment the "Days" argument (0 in the function currently) without having to manually edit it for every day? It doesn't seem to adjust automatically when I drag down the formula.
    I think if you create a small table and reference cells instead of hard-codding you will get what you want.

  7. #7
    Registered User
    Join Date
    07-19-2013
    Location
    Albany, NY
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: Workdays Including Saturdays

    AlKey, I think I get what you're saying - instead of having "0" in that argument, I should type 0 in cell A1, then A1+1 in cell A2, drag the function out, and then give the argument a relative reference to cell A1? That sounds like it would work, but I swear I read elsewhere on this forum that there was a way I could cause the argument to increment without doing all that. I can't find that thread now, unfortunately. Any other thoughts on how to do this? I like your suggestion, just think there may be a more efficient way.

  8. #8
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Workdays Including Saturdays

    You can replace 0 with ROW($A1)-1
    The ROW($A1)-1 will give you 0 and as you drag your formula down it will change 0 to 1,2,3 etc.

  9. #9
    Registered User
    Join Date
    07-19-2013
    Location
    Albany, NY
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: Workdays Including Saturdays

    Awesome! Worked great. I keep forgetting about the ROW and COLUMN functions and how useful they can be. Thanks again for your help.

  10. #10
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Workdays Including Saturdays

    You're welcome.

+ 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. Workdays Including Start Date and Saturdays
    By amoto in forum Excel General
    Replies: 2
    Last Post: 05-09-2013, 02:10 PM
  2. Replies: 0
    Last Post: 05-15-2012, 10:28 AM
  3. Calculate workdays between two dates (including Saturdays, excluding holidays)
    By Sean Anderson in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-12-2007, 12:22 AM
  4. Workday Formula (including Saturdays)
    By Chuy in forum Excel General
    Replies: 5
    Last Post: 03-22-2007, 08:09 PM
  5. [SOLVED] Workdays (Including Saturdays) Formula
    By Biff in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-03-2005, 08:06 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