+ Reply to Thread
Results 1 to 5 of 5

Calculate last 10 weekdays

Hybrid View

  1. #1
    Registered User
    Join Date
    10-13-2011
    Location
    Topeka, Kansas
    MS-Off Ver
    Excel 2010
    Posts
    9

    Calculate last 10 weekdays

    Hello,

    I'd like to create a table that always shows the past 10 weekdays in the first column. If I use =TODAY()-1, =TODAY()-2... weekends will be included. What is the formula to exclude weekends, please?

    Thank you!
    Last edited by deliguy; 02-14-2012 at 11:22 AM. Reason: Solved

  2. #2
    Forum Contributor
    Join Date
    04-07-2009
    Location
    Rowley
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Calculate last 10 weekdays

    Try this:

    =WEEKDAY(TODAY(),-1)
    =WEEKDAY(TODAY(),-2)
    =WEEKDAY(TODAY(),-3)

  3. #3
    Registered User
    Join Date
    10-13-2011
    Location
    Topeka, Kansas
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Calculate last 10 weekdays

    xenixman,

    Thank you for replying! I a #NUM! error with this formula. Any other suggestions?

  4. #4
    Forum Contributor
    Join Date
    04-07-2009
    Location
    Rowley
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Calculate last 10 weekdays

    Sorry, it's been a long day.

    =WORKDAY(TODAY(),-1)
    =WORKDAY(TODAY(),-2)
    =WORKDAY(TODAY(),-3)

    EDIT ADDED:

    Make sure your cells are formatted as DATES

  5. #5
    Registered User
    Join Date
    10-13-2011
    Location
    Topeka, Kansas
    MS-Off Ver
    Excel 2010
    Posts
    9

    Thumbs up Re: Calculate last 10 weekdays

    YES! That's it! Thank you very much, xenixman!

+ 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