Does anyone know how to use a percentage function or a sum function in OpenDocument ?
I did manage to make the sum function work... but, I could only make it work one line by one line. And I have more than 1000 entries, so I'd like something that will make the sums all at once.
For now it looks like this :
Code: Select all
Column A Column B Column C Column D (win ratio)
Wins Losses Total of games
Player A 50 150 200 25%
Player BI don't have a D column yet. But I'd like one. How can I do it, so that it creates all the winratio for all players from player A to player Z, without having to re-write the same function again and again.
(and how to do with the "sum" function, in column C ?)
Thanks for the help.
edit : keep in mind, I'm really terrible at whatever uses numbers, let alone functions..
Cgb'