+ Reply to Thread
Results 1 to 5 of 5

How to find the next business day after the last day of the month.

  1. #1
    Registered User
    Join Date
    02-06-2008
    Posts
    1

    How to find the next business day after the last day of the month.

    I'm creating a timeline for when tasks are due and want to know how I can get Excel to give me the date of the next business day after the last day of the month. For example, the last day of the month in February is Friday the 29th. I want Excel to give me the date of the next business day, which would be Monday, March 3. I know how to get the last day of the month using the EODATE function, but can't get it to add one business day in the same cell. Any suggestions?

  2. #2
    Valued Forum Contributor Dunc3142's Avatar
    Join Date
    09-05-2007
    Location
    Franklin OH
    MS-Off Ver
    2000 and 2007 and 2010 @ Home & Teach 2010
    Posts
    351

    I think this might work for you

    =EOMONTH(TODAY(),0)+CHOOSE(WEEKDAY(EOMONTH(TODAY(),0)),1,1,1,1,1,3,2)

    You can replace both Today() functions with any date you choose in Quotes.

    =EOMONTH("3/2/2008",0)+CHOOSE(WEEKDAY(EOMONTH("3/2/2008",0)),1,1,1,1,1,3,2)
    Last edited by Dunc3142; 02-07-2008 at 02:25 AM.
    Yes it will. we just have to figure out how...
    If I have helped you, PLEASE click the * and add to my Rep.
    Also, if the problem is SOLVED please mark it as so.

  3. #3
    Registered User
    Join Date
    10-10-2006
    Posts
    2

    How to find the next business day after the last day of the month.

    This is awesome! Do you also know how to exclude holidays? Sept. 1 is Labor Day, so I would like it to skip that day and give me the next business day.

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    How to find the next business day after the last day of the month.

    Since you apparently have the Analysis ToolPak add-in installed....
    Try this:

    A1: (a date)

    H1:H10 contains your list of Holidays

    Please Login or Register  to view this content.
    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  5. #5
    Registered User
    Join Date
    10-10-2006
    Posts
    2

    How to find the next business day after the last day of the month.

    I'm familiar with that function, but how can I nest it into the previous formula so that Excel tells me what the next business day is after the last day of the month?

+ 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