+ Reply to Thread
Results 1 to 2 of 2

How to format cells to show dates as the week-ending date of that

  1. #1
    dereksmom
    Guest

    How to format cells to show dates as the week-ending date of that

    If I have a range of dates in column A (i.e., 3 different dates in this
    column: 7/1/06, 7/5/06, and 7/9/06), I want to format cells in column B to
    show the week-ending date (Sunday) for each particular dates from column A.
    For example, if column A has 6/29/06 date (Friday), column B should show the
    week-ending date for that week as 7/2/06 (Sunday). Please advise! Thanks!

  2. #2
    Bob Phillips
    Guest

    Re: How to format cells to show dates as the week-ending date of that

    =$A1+MOD(8-WEEKDAY($A1),7)

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "dereksmom" <[email protected]> wrote in message
    news:[email protected]...
    > If I have a range of dates in column A (i.e., 3 different dates in this
    > column: 7/1/06, 7/5/06, and 7/9/06), I want to format cells in column B

    to
    > show the week-ending date (Sunday) for each particular dates from column

    A.
    > For example, if column A has 6/29/06 date (Friday), column B should show

    the
    > week-ending date for that week as 7/2/06 (Sunday). Please advise!

    Thanks!



+ 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