Hello,
I have a column of data with a bunch of numeric values in it. I am trying to add up all the values for a total sum. However, all the operators I have tried have simple added all the numeric values across rows and then given me the total for that specific row.
Is there a way I can add all the values in only one column and produce a total sum?
Thanks!