+ Reply to Thread
Results 1 to 2 of 2

Calculate the number of Saturdays or Sundays between 2 dates?

  1. #1
    Jim Long
    Guest

    Calculate the number of Saturdays or Sundays between 2 dates?

    Anyone have a formula that will calculate the number of Saturdays or Sundays
    between 2 dates? Thanx!

  2. #2
    Biff
    Guest

    Re: Calculate the number of Saturdays or Sundays between 2 dates?

    Hi!

    One way:

    A1 = start date
    A2 = end date

    =SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&A2)),2)>5))

    Biff

    "Jim Long" <Jim [email protected]> wrote in message
    news:[email protected]...
    > Anyone have a formula that will calculate the number of Saturdays or
    > Sundays
    > between 2 dates? Thanx!




+ 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