Sum by quarter
To sum values by quarter, you can use a formula based on the SUMIFS function along with a helper column that contains quarters. In the example shown, the formula in G5 is: =SUMIFS(data[Amount],data[Qtr],F5) where data is an Excel Table in the range …Read more