Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=B2/C2Computed by a real spreadsheet engine on the sample data below.
| Name | Days Present | Total Days | Attendance % |
| Alice | 18 | 20 | |
| Bob | 15 | 20 | |
| Carol | 20 | 20 | |
| Dave | 12 | 20 |
=B2/C2→0.9
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.
Use COUNTIF to count 'P' entries: =COUNTIF(C2:N2,"P")/COUNTA(C2:N2).
Use =AVERAGE(D2:D6) on the attendance percentage column to get the class average attendance rate.
Work out what percentage one number is of another with a simple division, then format the result as a percent. Same in Excel and Google Sheets.
Error fixFix wrong percentage results in Excel and Google Sheets — caused by conflating the percentage symbol with the decimal value or double-applying the % format.
How-toFind the percentage increase or decrease between two numbers with (new − old) / old, then format as a percent. Works in Excel and Sheets.
How-toIncrease a number by a percentage with number × (1 + rate) — handy for tax, markup, or raises. Same in both apps.
How-toUse a running SUM divided by the total SUM to build a cumulative percentage column in Excel or Google Sheets.
How-toDivide actual results by the target goal to calculate percentage of target achieved in Excel or Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: