I am trying to make a digital bout board for a wrestling tournament. The matches have numbers assigned to them so that fans can track who is wrestling on each mat at any given time. I have seen tournaments use an excel sheet to display this before but have no idea how they did it because they had it set up so that when they entered a new match number on a mat it would automatically slide the other numbers to new cells.

The set up looks like this:
Column A | B | C | D | E
Mat # | Wrestling | On Deck | Warming Up | Bull Pen
1 | 1 | 4 | 7 | 10
2 | 2 | 5 | 8 | 11
3 | 3 | 6 | 9 | 12

I hope you can visualize that.

When Match 1 ends on Mat 1 match 13 would go to the Bull Pen section (Manually typed) and 1 then disappears while 4, 7, and 10 slide left.

Any ideas?