In this session, Jonathon Silva from Pragmatic Works continues his SharePoint Basics series by walking through how to build calculated columns inside a SharePoint list. He explains the process step by step, showing how organizations can streamline data entry and automate simple calculations directly within SharePoint without needing external tools.
Calculated columns allow users to automatically perform calculations or generate values based on other columns within a list. Instead of relying on manual math or external spreadsheets, SharePoint can dynamically handle totals, projections, and reminders for better efficiency. In this example, Jonathon demonstrates three calculated columns:
To begin, Jonathon opens the List Settings in SharePoint. This is accessible through the gear icon in the top right corner. From there, users can select List Settings and scroll to the bottom to create a new column. When creating a column, SharePoint provides multiple data types. For this tutorial, the focus is on the calculated type, which builds values based on other columns.
The first calculated column is Build Cost. Jonathon demonstrates how to use Excel-like formulas inside SharePoint:
=SUM([Labor Cost],[Parts Cost])
By referencing existing columns in brackets, users can quickly create formulas that feel very similar to Excel, Power BI, or Power Automate.
The second column calculates a Final Price to Client (or MSRP). This column uses the Build Cost as a base value and applies a markup factor. Jonathon demonstrates the following steps:
=[Build Cost]*1.8
In this case, a markup of 80% was used, but organizations can set their own percentage. The flexibility allows quick adjustments for project pricing, quotes, or internal tracking without having to open a separate tool.
The last column focuses on project management and reminders. Jonathon creates a Final Check-In Date, which is two weeks before the due date of a project. Steps include:
=[Due Date]-14
This automated reminder is especially useful for teams who want a buffer period before project delivery. It can also be integrated into Power Automate flows to send reminder emails automatically.
After creating the three calculated fields, Jonathon navigates back to the list to confirm the results:
If columns are not immediately visible, users can select Show/Hide Columns to make them appear in the view. Jonathon highlights that once these are in place, teams have immediate insights into cost, price, and scheduling without additional effort.
Jonathon emphasizes that calculated columns in SharePoint are straightforward to set up and highly effective for automating routine tasks. The main points include:
Overall, calculated columns are a powerful tool for enhancing SharePoint lists. By leveraging basic formulas, teams can improve accuracy, reduce repetitive work, and make their lists more functional.
Don't forget to check out the Pragmatic Works' on-demand learning platform for more insightful content and training sessions on SharePoint and other Microsoft applications. Be sure to subscribe to the Pragmatic Works YouTube channel to stay up-to-date on the latest tips and tricks.