Average value for Quarter - Dynamic
Hi, I'm trying to calculate avg value for each quarter based on the current Month completed.I have the below table and I'm trying to calculate the Avg value for each Quarter.Avg Revenue for Quarter Q1 = (1+2+3)/3Avg Revenue for Quarter Q2 = (4+5+6)/3...