I am looking for a way to calculate the sum of all values in a single cell. This is for a jobsheet app and ill try and explain:
Engineer fills out a custom form and completes a job. This job has a job price column.
Using a relations I have created a List of all the prices of completed jobs for a single user.
I have then made a Split list of this list to seperate the values.
I now need to add all of the values in the split list together.
This is basically to see how much an engineer has made the company.