I was wondering if I wanted to create ROW level totals, how would I go about doing this?
For example
Jan Feb Mar Row Total
A 5 6 4 15
B 1 2 3 6
C 0 7 5 12
Total 6 15 12 33
I know at the bottom its easy to add a "Grand Total"
What I am trying to do is calculate based on the rows and get a row total
How would I go about doing this?