I've made a table of stats to show where each player is in terms of being on the winning side and so on. It breaks down as follows :
# - number of tasks completed
p - as project manager
P - won as project manager
w - on winning side (including as project manager)
b - called back to face Sir Alan in board room
#, p, P, w, b
--------------
8, 2, 2, 6, 1 - Jadine (only player to win 2 out of 2 tasks as project manager)
8, 1, 1, 7, 1 - Tre (most times on winning side)
8, 1, 1, 5, 1 - Lohit (always in team Eclipse)
8, 1, 1, 5, 0 - Simon (only player not to be called back to board room - always in team Eclipse)
8, 2, 1, 3, 2 - Ghazal (last player fired - always in team Stealth)
8, 1, 1, 3, 1 - Kristina (always in team Stealth)
8, 1, 1, 2, 2 - Katie (fewest times on winning side of those who remain)
8, 1, 0, 5, 2 - Naomi (only player of those who remain who has not won as PM)
--------------
7, 2, 0, 2, 4 - Adam (all board room visits consecutive)
6, 1, 0, 4, 1 - Paul
5, 1, 0, 1, 2 - Natalie
4, 0, 0, 1, 2 - Sophie
3, 0, 0, 1, 2 - Gerri
2, 1, 0, 1, 1 - Rory (double firing with Ifti)
2, 0, 0, 1, 1 - Ifti (double firing with Rory)
1, 1, 0, 0, 1 - Andy
.. I hope that is clear enough. Enjoy
# - number of tasks completed
p - as project manager
P - won as project manager
w - on winning side (including as project manager)
b - called back to face Sir Alan in board room
#, p, P, w, b
--------------
8, 2, 2, 6, 1 - Jadine (only player to win 2 out of 2 tasks as project manager)
8, 1, 1, 7, 1 - Tre (most times on winning side)
8, 1, 1, 5, 1 - Lohit (always in team Eclipse)
8, 1, 1, 5, 0 - Simon (only player not to be called back to board room - always in team Eclipse)
8, 2, 1, 3, 2 - Ghazal (last player fired - always in team Stealth)
8, 1, 1, 3, 1 - Kristina (always in team Stealth)
8, 1, 1, 2, 2 - Katie (fewest times on winning side of those who remain)
8, 1, 0, 5, 2 - Naomi (only player of those who remain who has not won as PM)
--------------
7, 2, 0, 2, 4 - Adam (all board room visits consecutive)
6, 1, 0, 4, 1 - Paul
5, 1, 0, 1, 2 - Natalie
4, 0, 0, 1, 2 - Sophie
3, 0, 0, 1, 2 - Gerri
2, 1, 0, 1, 1 - Rory (double firing with Ifti)
2, 0, 0, 1, 1 - Ifti (double firing with Rory)
1, 1, 0, 0, 1 - Andy
.. I hope that is clear enough. Enjoy





So well done
Wahoo!