+ Reply to Thread
Results 1 to 4 of 4

Sum the digits in a row only if the column header date is not past today-7 days

  1. #1
    Registered User
    Join Date
    05-07-2012
    Location
    Nashville TN
    MS-Off Ver
    D365 Pro
    Posts
    4

    Sum the digits in a row only if the column header date is not past today-7 days

    I have an excel sheet that I am using to determine Estimates to Complete (ETC). The Rows represent various Work Breakdown Structure (WBS) Tasks, where each column represents the start of a given week. The client does not want the previous week's data to be deleted, but I am still trying to provide ETCs for the current week and going forward. Is there a way to write the formula so that it ignores the weeks that are in the past but will still sum the values in the row across all the columns starting with the current week and going forward.

    File Attached
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,608

    Re: Sum the digits in a row only if the column header date is not past today-7 days

    Please Login or Register  to view this content.
    Ben Van Johnson

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Sum the digits in a row only if the column header date is not past today-7 days

    Try this:

    =SUMIFS(B3:AC3,$B$2:$AC$2,">"&TODAY()-7)

  4. #4
    Registered User
    Join Date
    05-07-2012
    Location
    Nashville TN
    MS-Off Ver
    D365 Pro
    Posts
    4

    Re: Sum the digits in a row only if the column header date is not past today-7 days

    Thank you Phucam. It was very helpful.

    ProtonLeah the problem I was running into was the "-7"

    Thank you both.

+ 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] Deleting column based on Column header date less than today
    By daryl83 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-20-2017, 02:44 PM
  2. [SOLVED] Unlock only if column date is equal to today's date +/- 2 days
    By Cobelatte in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-22-2015, 01:30 PM
  3. Replies: 11
    Last Post: 05-22-2015, 07:18 PM
  4. Looking to display data in a cell, only if today's date is 7 days past a cell's date
    By mbenderpetassure in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-20-2015, 01:57 PM
  5. conditionally format entire row for dates 15 days past today's date?
    By chalter in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2014, 11:46 AM
  6. [SOLVED] Count cell values under column with today's date header
    By jben86 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-23-2013, 03:19 PM
  7. Macro Count Days Between Today's Date and Column D
    By Gard5096 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-11-2012, 10:00 PM

Tags for this Thread

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