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
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
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: