+ Reply to Thread
Results 1 to 5 of 5

WORKDAY.INTL function for excel 2007

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    WORKDAY.INTL function for excel 2007

    I am using WORKDAY.INTL function in excel 2013.(not available for excel 2007)
    And WORKDAY function in excel 2007 and 2013.


    WORKDAY.INTL( start_date, days, [weekend], [holidays] )
    I am using "11" for weekend. This means "sunday only" excluded.

    But There is no any option to choose "sunday only" for WORKDAY function.

    How can I use in excel 2007 version, WORKDAY function to choose "sunday only" for weekend.

  2. #2
    Registered User
    Join Date
    10-18-2013
    Location
    Atlanta, GA, USA
    MS-Off Ver
    Excel 2016
    Posts
    13

    Re: WORKDAY.INTL function for excel 2007

    Use the NETWORKDAYS.INTL function in Excel 2007. It should work the same as the WORKDAYS.INTL function you are using in 2013.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: WORKDAY.INTL function for excel 2007

    NETWORKDAYS.INTL is only available in Excel 2010 or later

    Try this version to exclude Sundays only

    =A1-WEEKDAY(A1,3)+INT(7/6*(B1+MIN(5,WEEKDAY(A1,3))))

    where A1 is start date and B1 number of days to add
    Audere est facere

  4. #4
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    Re: WORKDAY.INTL function for excel 2007

    Quote Originally Posted by daddylonglegs View Post
    NETWORKDAYS.INTL is only available in Excel 2010 or later

    Try this version to exclude Sundays only

    =A1-WEEKDAY(A1,3)+INT(7/6*(B1+MIN(5,WEEKDAY(A1,3))))

    where A1 is start date and B1 number of days to add
    Thanks a lot.
    Working...

  5. #5
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: WORKDAY.INTL function for excel 2007

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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 problems
    By JacoKanban in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-06-2013, 06:40 PM
  2. Workday.intl function--Holidays help
    By bluskye425 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-24-2013, 02:28 PM
  3. Workday.INTL or Workday function issue
    By junoon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2013, 03:14 PM
  4. [SOLVED] Excel 2007 : weekday and workday
    By Ram8516 in forum Excel General
    Replies: 3
    Last Post: 10-22-2010, 03:56 AM
  5. Workday Function in Excel 2007
    By Jeff in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-11-2006, 01:45 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