Summing Sprint Estimates in Notion: Creating a Rollup Property for Total Estimates
In this article, we'll show you how to create a Rollup property in Notion to keep track of the total estimates for each sprint in your Notion workspace.
This feature can be a helpful way to streamline project management and help you stay organized.
Follow the simple steps outlined in this article to easily implement this feature in your workspace.
Our problem -> The Estimates is a select type property and you cannot make use the sum function for it.
Proposed solution
- In the Task view, create a new
Formulaproperty, give it a name and paste this formula:toNumber(prop("Estimates"))
This will convert theEstimatesfield to a number so it can be used later.

- In the Sprint view, create a new
Rollupproperty and make it to be in relation toTasksand use the previously createdEstimation valueand do a sum for it.

Now each sprint will have a Total estimation property.
- Make the
Estimation valueto also be used when viewing all the sprints in the Sprint Planning section. Click on that tasks counter and choose our newEstimation valueproperty.

And that's it! By following these steps, you can easily keep track of the total estimates for each sprint in your Notion workspace. This can be incredibly helpful for project management and keeping your team on track.
If you have any questions or feedback on this process, be sure to leave a comment below. And as always, happy organizing!
