Forum Discussion
gvemp3
Jun 14, 2021Copper Contributor
How Can I give Ratio in a cell from total number of colums?
Hello, I want to do the sum and percentage ratio of the total numbers of columns. In the brief. I want to know that if I do the sum of the column but I want to divide it by a ratio out of 5. Fo...
- Jun 14, 2021
Perhaps =AVERAGE(C5:C16) ?
HansVogelaar
Jun 14, 2021MVP
Perhaps =AVERAGE(C5:C16) ?
gvemp3
Jun 14, 2021Copper Contributor
Thank You