+ Reply to Thread
Results 1 to 4 of 4

fill formula for summing dates in unique way

  1. #1
    Registered User
    Join Date
    10-14-2013
    Location
    Ohio, US
    MS-Off Ver
    Excel 2010 - 2016
    Posts
    46

    fill formula for summing dates in unique way

    Hello - I'm trying to sum my years. I have a date range of 1959 to 2017 in column A. Column B is the sum of the individual numbers (e.g. 1+9+5+9=24). Column C then sums the sum of column B (e.g. 2+4=6). I have attached a worksheet that shows what I am explaining. My question is - Is there a formula that allows me to fill the column down for each column without having to manually sum each column. Thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: fill formula for summing dates in unique way

    One way.
    Try in cell B2 and fill across C2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  3. #3
    Registered User
    Join Date
    10-14-2013
    Location
    Ohio, US
    MS-Off Ver
    Excel 2010 - 2016
    Posts
    46

    Re: fill formula for summing dates in unique way

    That's beautiful sir. Now what would my if statement look like if I wanted the sum products 11 and 22 in b2 to stay the same as a fill across c2?

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

    Re: fill formula for summing dates in unique way

    Or try in C2:

    =IF(A2=0,0,MOD(A2-1,9)+1)

+ 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] Require a formula to count unique dates excluding weekend dates
    By john dalton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-09-2015, 09:17 AM
  2. [SOLVED] MIN Formula with Dates and Unique Key
    By mphillips in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-11-2015, 06:17 PM
  3. Fill Down Formula with unique cell references
    By jlanderson18 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-09-2013, 05:57 PM
  4. Replies: 1
    Last Post: 11-01-2012, 03:29 AM
  5. Formula for unique dates
    By misterzr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-28-2010, 10:54 AM
  6. IF formula, summing observations by dates
    By devilfinn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-16-2010, 12:04 PM
  7. Formula summing data between two dates
    By barefoot152 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-04-2007, 11:02 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