Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=IFERROR(B2/A2*100,0)Computed by a real spreadsheet engine on the sample data below.
| Visitors | Conversions | RatePct |
| 3200 | 128 | =IFERROR(B2/A2*100,0) |
| 4500 | 202 | =IFERROR(B3/A3*100,0) |
| 2800 | 84 | =IFERROR(B4/A4*100,0) |
=IFERROR(B2/A2*100,0)→4
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Industry convention uses percentage (3%). If your downstream calculations multiply by conversion rate, store as a decimal (omit ×100) to avoid extra /100 steps.
Calculate each step's rate independently (step2/step1, step3/step2, etc.), then multiply for the overall funnel rate: =C2*D2*E2 if each step rate is stored as a decimal.
Use 3D references (=SUM(Sheet1:Sheet3!B2)) in Excel, or IMPORTRANGE combined with SUMIF in Google Sheets, to pull and sum across sheets before dividing.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: