Forum Discussion

fham01's avatar
fham01
Frequent Visitor
4 years ago
Solved

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 E

     

    Thanks,

    Samarth

     

2 Replies

  • Samarth_18's avatar
    Samarth_18
    Community Champion

    Hi fham01 ,

     

    You can create a column with below code:-

    sum = column A + column B + column C + column D + column E

     

    Thanks,

    Samarth

     

    • fham01's avatar
      fham01
      Frequent 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! 😊