1. Calculate average quarterly revenue growth rate
| Quarter | Revenue | Growth Factor |
| Q1 | $60,000 | — |
| Q2 | $72,000 | 1.2 |
| Q3 | $93,600 | 1.3 |
| Q4 | $107,640 | 1.15 |
=GEOMEAN(1.2, 1.3, 1.15)Result: 1.2145 (≈21.45% average quarterly growth)
The quarterly growth rates are 1.2 (20%), 1.3 (30%), and 1.15 (15%). The geometric mean of 1.2145 represents the single consistent growth rate that, if applied each quarter, yields the same total result. This is more accurate than a simple arithmetic average (22.17%) for multiplicative data where compounding matters.