Hello everyone,
I have data that looks something like this
<tbody>
</tbody>
In new columns, I would like to output the quarterly sum or average of these numbers within a year. I can't use an offsetting formula because some sites have less data than others others. And not every month will have data.
Thanks in advance,
Jean
I have data that looks something like this
ID | MOS | Payment | Volume |
1001A | Nov-13 | $100 | 80 |
1001A | Dec-13 | $125 | 70 |
1001A | Jan-14 | $160 | 20 |
. | . | . | . |
. | . | . | . |
1001A | Apr-15 | $ - | 0 |
1001B | Jan-12 | $200 | 10 |
1001B | Feb-12 | $200 | 15 |
1002A | Jan-14 | $900 | 5 |
<tbody>
</tbody>
In new columns, I would like to output the quarterly sum or average of these numbers within a year. I can't use an offsetting formula because some sites have less data than others others. And not every month will have data.
Thanks in advance,
Jean