Hi @allyazz
What are the 5 separate columns you are using?
I recommend you to use the number column, which has a built-in sum function. Other types of columns do not have this function.
You can find the totals option in the small arrow next to each column.
The problem we are encountering is that the column you need to sum is a calculated column, and it does not have a sum option.
As a workaround, we can create a simple flow to automatically copy the value of the calculated column to another new number column, so you can see the sum of this column.
You can follow the steps below:
1.Create a new number column, in my test it is called test total.
2.Create a flow, when a new item in the list is created or modified, flow will run automatically, and it will assign the value of the calculated column to the newly created number column
The function in the test sum is set like this, select the concat function, and then select PAYMENTS TOTAL:
You can check the result:
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.