For the record, the latest changes seem to have royally broken my maddiesdad spreadsheet ... For those of you that are good at excel, I will post what I am doing to fix my sheet right now and you can fix yours as well (or you can wait for Todd to get it fixed if you have no excel skills :D).
First, do not open your current maddiesdad sheet, copy the current one to a backup and open the backup ... then do the normal refreshes. Now we can start fixing problems.
==================================
Due to a couple new items on the Roster, the following needs to be changed in the "WorkSheet" worksheet.
cell E4 needs to change from:
=Roster!C31
to
=Roster!C33
and cell F4 needs to change from:
=Roster!A31
to
=Roster!A33
Then you need to copy the range E4:F4 and paste it range E5:E72
You will need to make the same changes in the OppWorkSheet and OppWorkSheet (2) through OppWorkSheet (16).
==================================
Another problem is the new "Starters" column on the Roster and the affect that has on the "Players Table" worksheet.
You guys can fix this one by changing the VLOOKUP formulas so that the Attributes are shifted one to the Right .. so in Athleticism ("cell E4" on the "PlayersTable" worksheet, it would go from this:
=IF(ISNA( VLOOKUP($B4,table3,4,FALSE)),0,VLOOKUP($B4,table3,4,FALSE))
to this:
=IF(ISNA( VLOOKUP($B4,table3,5,FALSE)),0,VLOOKUP($B4,table3,5,FALSE))
You would then change all the other attributes (cells F4 to Q4) in the same way (shift the number after table3 one higher than it currently is). Once this is done, the first QB should now look correct again.
Highlight the range E4:Q4 and press Ctrl-C to copy that range, then hightlight the range E5:E8 and use the menu item EDIT->Paste Special (and pick only Formulas) to paste the info into that range. Your QBs should now look correct again. IF THEY ARE ... then paste the data into the following ranges (one at a time):
E14:E23
E29:E37
The first range was your RB, the second your WR. You should be able to get the other postitions from that (TE is E43:E48). Paste the original range into all the other postions.
In the "TEAM AVERAGES" column, you will also have to shift the VLOOKUP on column to the right (increase the number in position 3 by 1) for each attribute. So, in cell E138, change:
=VLOOKUP($B$138,roster,4,FALSE)
to
=VLOOKUP($B$138,roster,5,FALSE)
Now your PlayerTable should be correct.
You will need to make similar changes to each of the Opp1, Opp2, Opp3 (all the way to Opp16) worksheets.
===========================
I have not completely looked at everything else, I did noticed that the Career Stats are broken, but that is a macro that does a webquery and I have not figured out the issue there yet.