Hi, I have a simple sheet with name of players on each row and their scores following in the columns after. I would like to add the scores from the last 5 round they participated in (non blank).
I have searched and tried numerous tricks with offset and index but cannot get it to work.
Can anyone help me please?
My data looks something like this:
Round, 1, 2, 3, 4, 5, 6, 7, 8, 9,
Player A, 4, 2, , 4, 3, 4, 4, , 3,
Player B, 3, , 2, 3, 4, , 3, 3, 4,
Player C, , 2, 3, 2, 2, , 2, ,
So for player A I wish to get the sum for the last 5 (4, 3, 4, 4, 3), round 8 is blank and should be ignored. How can I get this?