Quick summary
You can build a grade calculator in Notion by adding a Formula property to a database that automatically computes a percentage score from your Score and Total Points columns. This step-by-step tutorial shows exactly how to set up the formula so each assignment displays its grade as a percentage.
Steps
- Open your Grade Calculator database in Notion.
- Confirm your table includes Assignment, Score, and Total Points columns, using Score for points earned and Total Points for the maximum.
- Click the + icon beside the last column to add a new property.
- Select Formula as the property type.
- Rename the formula property to Grade.
- Click the first cell under the Grade column to open the formula editor.
- Enter the formula: format(round((Score / Total Points) * 100)) + "%" to calculate the percentage grade.
- Check the preview box to confirm a proper grade is being displayed.
- Review the Grade column to see the percentage grade for each assignment.
