Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=((C2-B2)/B2)*100=ARRAYFORMULA(IF(B2:B<>'', ((C2:C-B2:B)/B2:B)*100, ''))Computed by a real spreadsheet engine on the sample data below.
| Q1 Sales | Q2 Sales | QoQ Growth |
| 1200 | 1500 | |
| 1800 | 1900 | |
| 2200 | 2400 |
=((C2-B2)/B2)*100→-100
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need the Google Sheets version instead? Open Sheets variant in workspace →
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
The same formula applies. Just ensure the quarters are in chronological order.
Yes, the QoQ growth formula can be used for any numerical data where you want to measure percentage change over quarters.
Select the cell with the formula, right-click, choose 'Format Cells', then select 'Percentage' in Excel or use the percentage button in the toolbar in Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: