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
Solved! Go to Solution.
Hi @fham01 ,
You can create a column with below code:-
sum = column A + column B + column C + column D + column E
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @fham01 ,
You can create a column with below code:-
sum = column A + column B + column C + column D + column E
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
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! 😊