- Joined
- Jun 10, 2012
- Messages
- 1
- Reaction score
- 0
I've made a spreadsheet to log a Euro match prediction game I am running with three workmates.
I have input all of the details and if a score is predicted correctly the predictor gets 3 points, if they get the result right they get 1 point.
I have put a cell at the bottom of each score column that works out the total points each predictor has.
At the bottom I want to put a 'Leader' cell that names the current winner after each match.
The total score for each person are in cells C26, E26, G26 and I26, I want to do a cell that effectively shows this:
=IF(C26<E26,G26,I26, "Frank"), (IF(E26<C26,G26,I26, "Chris")), (IF(G26<C26,E26,I26, "Ryan")), (IF(I26<C26,G26,E26, "Ross"))
So I want the name of the current winner to be shown when they have the most points after inputting details.
But this equation does not work. Can someone help me?
Thank you,
I have input all of the details and if a score is predicted correctly the predictor gets 3 points, if they get the result right they get 1 point.
I have put a cell at the bottom of each score column that works out the total points each predictor has.
At the bottom I want to put a 'Leader' cell that names the current winner after each match.
The total score for each person are in cells C26, E26, G26 and I26, I want to do a cell that effectively shows this:
=IF(C26<E26,G26,I26, "Frank"), (IF(E26<C26,G26,I26, "Chris")), (IF(G26<C26,E26,I26, "Ryan")), (IF(I26<C26,G26,E26, "Ross"))
So I want the name of the current winner to be shown when they have the most points after inputting details.
But this equation does not work. Can someone help me?
Thank you,
Last edited: