enter image description hereI have a spreadsheet for tracking league game scores, each week every person who attends receives a score based on the 4 games they played. The scores are then entered manually into the spreadsheet under the corresponding date that the games were played. In order to find player average the total score must be divided by the total number of games. I can sum the scores but I would like to have the games played column to increase automatically by 4 each time a player receives a score.
Tried if statement but my excel skills are not in formuals.