Want to create baseball standings
Posted by Randy Evans on January 30, 2001 4:09 PM
From a game schedule table I want to create a traditional teams standings with columns of wins, loses, ties, runs allowed. I can get the runs allowed using SUMIF. The wins, etc. I can't.
Game schedule table:
1/30/01 Yankees 5 vs Giants 4
1/31/01 Giants 6 vs Yankees 7
Standings table:
W L T RA
Yankees 2 0 0 10
Giants 0 2 0 12
Is this even possible?