Forum Discussion
Sarah_
3 years agoFrequent Visitor
Sum a Running Total
Hi, I am trying to get a running 3 year total that then also sums for the quarter. So what I want is something like this - Where I can calculate a running total, and then sum that total on a q...
Sarah_
3 years agoFrequent Visitor
Hi Ashish,
I created an excel file with fake data to send, but I can't seem to upload it. Below is a new screenshot using the fake data, along with a description of what I see vs what I want to see.
Here is the formula I am using for the 3 year running total:
3 Year Running Total =
CALCULATE(SUM(Sheet1[Quantity]),
FILTER(ALLEXCEPT(Sheet1,Sheet1[Description Detail]),
Sheet1[Calendar Date] > MAX(Sheet1[Calendar Date])-1080 &&
Sheet1[Calendar Date] <= MAX(Sheet1[Calendar Date])))
Is there a way to upload an excel file here?
Thank you!
Ashish_Mathur
3 years agoSuper User
Upload the file to Google Drive and share the download link.
- Ashish_Mathur3 years agoSuper User
Hi,
In another tab of that Excel workbook, please show the expected result. The image you posted earlier is very small so I cannot understand what youw want.
- Sarah_3 years agoFrequent Visitor
Apologies for the delayed response - I just put a picture of the desired result in the second tab of the data sheet. Thank you!