I have created a table where I have entered some values in the first three columns. I now want to compute the sum of all the cells in each row separately in a fourth column.
eg:
v1 v2 v3 v4
1 2 3 6
4 5 6 15
Here, there are some values in the first three columns and the fourth column has the sum of the first three cells in each row. Can anyone suggest a method?