+ Reply to Thread
Results 1 to 3 of 3

Calculate the first Saturday for a specific number of weeks after

  1. #1
    Registered User
    Join Date
    06-24-2015
    Location
    Wisconsin
    MS-Off Ver
    Excel 2013
    Posts
    49

    Calculate the first Saturday for a specific number of weeks after

    Is it possible to calculate the first Saturday after a certain date for a specific number of weeks in Excel? Also if the certain date is a saturday already just use that date?

    A class starts on a specific date and we want to find the saturday of the # of weeks in for another calculation we are using this date for.

    So let's say a class starts on 5/2/2015 and we want to find the first saturday of that week (week 1) - of course this same date is saturday so the first saturday would be 5/2/2015
    the second saturday after this date would be 5/9/2015 (week 2)

    Week 3 = 5/16/2015
    Week 4 = 5/23/2015
    Week 5 = 5/30/2015
    and so on

    Is this possible to calculate?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Calculate the first Saturday for a specific number of weeks after

    If you want to go from one Saturday to the next, you need to add 7 onto the first date. However, if your class starts on a Friday, then the next Saturday is just one day later, if it starts on a Thursday, then the next Saturday will be 2 days later, and so on. So, if you know the day of the week that the start date occurs on (which can be obtained with the WEEKDAY function), then you can easily add the relevant number of days onto it. Assuming your start date is in A2, then you can have this formula in A3:

    =A2+IF(WEEKDAY(A2,1)=7,14,7)-WEEKDAY(A2,1)

    which you can then copy down as far as you need to.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-24-2015
    Location
    Wisconsin
    MS-Off Ver
    Excel 2013
    Posts
    49

    Re: Calculate the first Saturday for a specific number of weeks after

    That works somewhat but we don't want it to add 1 week to the date if the actual date is saturday for Week 1 calculations

+ 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. Calculate number of weeks between two dates
    By Biplab1985 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-17-2015, 12:11 PM
  2. Add value to specific number of weeks?
    By shiftyspina in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-04-2014, 08:55 AM
  3. [SOLVED] Trying to calculate the number of months AND weeks between two dates..
    By DigitalWavez in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-01-2014, 04:43 PM
  4. Calculate the number of weeks between two dates
    By marsham in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-04-2013, 06:39 PM
  5. Calculate number of weeks
    By tgeorgebglr in forum Excel General
    Replies: 1
    Last Post: 08-06-2007, 05:27 PM
  6. Calculate number of weeks between dates in Excel 2000
    By Darlene in forum Excel General
    Replies: 4
    Last Post: 05-31-2006, 04:20 PM
  7. [SOLVED] HOW TO CALCULATE NUMBER OF WEEKS BETWEEN TWO GIVEN DATES(MAY BE .
    By WARRENCHERYL in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-05-2005, 05:06 AM

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