+ Reply to Thread
Results 1 to 5 of 5

Date Function formula that will return the date of a specific week

  1. #1
    Greg
    Guest

    Date Function formula that will return the date of a specific week

    I am trying to set up a date field in a spreadsheet that will always give the
    date of the upcoming Saturday. I have tried the "Weekday" function along with
    the "If" and the "If/Or" statements without success. Can someone help?

  2. #2
    Don Guillett
    Guest

    Re: Date Function formula that will return the date of a specific week

    try
    =TODAY()-WEEKDAY(TODAY())+7

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Greg" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to set up a date field in a spreadsheet that will always give
    >the
    > date of the upcoming Saturday. I have tried the "Weekday" function along
    > with
    > the "If" and the "If/Or" statements without success. Can someone help?




  3. #3
    pdberger
    Guest

    RE: Date Function formula that will return the date of a specific week

    Greg --

    Here's something. Tried it and it seems to work. If today's date is in
    cell A1:

    =A1+(7-WEEKDAY(A1))

    HTH

    "Greg" wrote:

    > I am trying to set up a date field in a spreadsheet that will always give the
    > date of the upcoming Saturday. I have tried the "Weekday" function along with
    > the "If" and the "If/Or" statements without success. Can someone help?


  4. #4
    Guest

    Re: Date Function formula that will return the date of a specific week

    Hi

    Try this:
    =A2+(7-WEEKDAY(A2))
    with your date in A2

    Hope this helps.
    Andy.

    "Greg" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to set up a date field in a spreadsheet that will always give
    >the
    > date of the upcoming Saturday. I have tried the "Weekday" function along
    > with
    > the "If" and the "If/Or" statements without success. Can someone help?




  5. #5
    Toppers
    Guest

    RE: Date Function formula that will return the date of a specific week

    try:

    =TODAY()+7-WEEKDAY(TODAY())

    "Greg" wrote:

    > I am trying to set up a date field in a spreadsheet that will always give the
    > date of the upcoming Saturday. I have tried the "Weekday" function along with
    > the "If" and the "If/Or" statements without success. Can someone help?


+ 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