+ Reply to Thread
Results 1 to 6 of 6

Starting with =today(), how can I deduct a week?

  1. #1
    Forum Contributor
    Join Date
    11-13-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    279

    Starting with =today(), how can I deduct a week?

    I would like a formula that I can apply to a cell which has a date in it, so I that I can deduct one week from it. I would also like to know how to have a formula which will instead of updating every day with a new date, as the today function does, it updates only every friday. Then I will use the minus 1 week function beneath it to get the date of the friday of the previous week, and the week before that, and the week before that! Woohoo!

    Thanks so much,

    This can be very cool!

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Starting with =today(), how can I deduct a week?

    Hi,

    In order to have a cell contain both a formula and a fixed date (for non Friday's) you'll need a macro unless you carry the date as a separate cell and use that as the basis for an if test in another cell.

    Let us know which approach you'd prefer.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Contributor
    Join Date
    11-13-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    279

    Re: Starting with =today(), how can I deduct a week?

    an if test would be preferable, thanks

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Starting with =today(), how can I deduct a week?

    a formula which will instead of updating every day with a new date, as the today function does, it updates only every friday.
    If you're using the 1900 date system,

    =FLOOR(TODAY() + 1, 7) - 1
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Contributor
    Join Date
    11-13-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    279

    Re: Starting with =today(), how can I deduct a week?

    Readers, if you put the formula shg has written above in cell AC43, then you need to put this formula below it
    =FLOOR(AC43, 7) - 1

    and then drag it down, have a nice day!

  6. #6
    Forum Contributor
    Join Date
    11-13-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    279

    Re: Starting with =today(), how can I deduct a week?

    thank you shg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

+ 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. [SOLVED] First planned date starting from today
    By Risto85 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-17-2013, 07:28 AM
  2. Apply Week # based on starting every Sunday
    By bcn1988 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-13-2013, 09:28 PM
  3. Hi all friends, Just starting today,
    By bkneeraj001 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-25-2013, 01:45 AM
  4. Replies: 0
    Last Post: 01-21-2013, 08:46 AM
  5. [SOLVED] Dynamic chart that displays a range starting today
    By jimfrog in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-23-2006, 02:40 PM

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