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 ...
- 4 years ago
Hi fham01 ,
You can create a column with below code:-
sum = column A + column B + column C + column D + column EThanks,
Samarth
Samarth_18
Community Champion
4 years agoHi fham01 ,
You can create a column with below code:-
sum = column A + column B + column C + column D + column E
Thanks,
Samarth
fham01
4 years agoFrequent 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! 😊