Code:
COLUMN
52,24
255,11
0,3
I need to get the percentage of a column.
I think I should first find out the total. Then divided and multiplied with 100.
1. How to get the total of the row. Is it possible to put it directly in my expression ?
2. Is the formula correct ? number/total * 100