How would I calculate ratings, example:
Say a player has 18 upvotes, and 5 downvotes.
How would I turn this into a percentage
How would I calculate ratings, example:
Say a player has 18 upvotes, and 5 downvotes.
How would I turn this into a percentage
You could divide the number of upvotes by the total amount of votes, then multiply that by 100 to get the percentage like this: upvotes / total * 100
i was just doing one thing wrong in the equation before, thank you
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.