I am trying to create a bracket sheet that automatically moves a teams name to the next cell example:
Team 1 in cell 'a1', Team 2 in cell 'a2'
The score for each team in cell:
'b1' for Team 1, 'b2' for Team 2
I would like the team name to automatically move to the next cell if the score is greater... Example:
team 1 score 5 and team 2 score 3 then team 1 will automaticall move into cell 'd1'
-or-
team 2 score more then team 2 will move automatically in cell 'd1'