Forum Discussion
fham01
4 years agoFrequent Visitor
How to sum each row?
Hello,
I have a question. I want to add a new column to the table with summing up each row. How can I do it so it looks like the field highlighted in yellow? For some reason, I have difficulties with it... it's frustrating.
I appreciate every help!
With kind regards,
Klaudia
Hi fham01 ,
You can create a column with below code:-
sum = column A + column B + column C + column D + column EThanks,
Samarth
2 Replies
- Samarth_18Community Champion
Hi fham01 ,
You can create a column with below code:-
sum = column A + column B + column C + column D + column EThanks,
Samarth
- fham01Frequent Visitor
Thank you. That was indeed easy, was trying to do the same thing a little bit more complicated and wondered why it didn't work. Lesson learned! 😊