i have 3 columns that i want to add them horizontally and vertically. if i just wantt o add them horizontally i can di it by adding the columns but i dont know how cani add them verticall that i can see the result all together.
something like this
A B C
name 1 100 5 23
name 2 54 23 14
name 3 26 87 1
i want to have the sum of each column and each row. i want to have out put something like this
A B C total
name 1 100 5 23 128
name 2 54 23 14 91
name 3 26 87 1 114
Total 180 115 38 233
thanks alot
something like this
A B C
name 1 100 5 23
name 2 54 23 14
name 3 26 87 1
i want to have the sum of each column and each row. i want to have out put something like this
A B C total
name 1 100 5 23 128
name 2 54 23 14 91
name 3 26 87 1 114
Total 180 115 38 233
thanks alot
Comment