Results 1 to 3 of 3

Sum a range based on how many rows in a QUARTER(date Based)

Threaded View

delboy2405 Sum a range based on how many... 01-19-2012, 03:25 PM
tigeravatar Re: Sum a range based on how... 01-19-2012, 03:47 PM
delboy2405 Re: Sum a range based on how... 01-19-2012, 03:53 PM
  1. #1
    Registered User
    Join Date
    10-26-2007
    Posts
    55

    Sum a range based on how many rows in a QUARTER(date Based)

    I have a table that has around 3000 rows that goes back around 3 years.

    I'm trying to sum data in the in column D based on the date in column H

    The formula below works for Suming the based on what month and year that is selected in Cells 'Dashboard Workings'!B2 and 'Dashboard Workings'!B1 ('Dashboard Workings'!B2 = 1 & 'Dashboard Workings'!B1 = 2012

    =SUMPRODUCT(--(MONTH(Table3[Incident Submit Date])='Dashboard Workings'!B2),--(YEAR(Table3[Incident Submit Date])='Dashboard Workings'!B1), Table3[Outage Length (minutes)])
    So this finds 21 instances in the table in January this year and then sums Table3[Outage Length (minutes)] to get a figure around 3000

    I thought i could use the formula below the find the quarter but get an error message, i think it should work but are missing parentheses


    =SUMPRODUCT(--(ROUNDUP(MONTH(Table3[Incident Submit Date])/3,0))='Dashboard Workings'!B3),--(YEAR(Table3[Incident Submit Date])='Dashboard Workings'!B1),Table3[Outage Length (minutes)])
    How this makes since
    Last edited by delboy2405; 01-19-2012 at 03:53 PM.

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