Forum Discussion

Faldo's avatar
Faldo
Copper Contributor
Feb 27, 2023
Solved

Sum a sharepoint list column

Hi I would like to sum a number column using a method that I can then use that sum with another column sum and subtract one from the other.  I have used the built in method but cant access the value...
  • Jennifer_Wilson's avatar
    Feb 27, 2023
    Under the "Columns" section, click on "Create column".
    Enter a name for your calculated column and select "Calculated" as the column type.
    In the "Formula" section, enter the following formula:
    =[Column1]+[Column2]-[Column3]
    You can find the more here:
    https://microsoft365.today/sharepoint-formulas-for-calculated-fields/

Resources