PDA

View Full Version : Solved: How to create a "Live" points table



Aussiebear
03-21-2008, 08:25 PM
I've been fooling around with a phantom competition where 5 teams play a weekly competition. I have designed a table which shows the draw, and allows for the results to be entered into it. What I'm now chasing is a method that I can apply to make the Competition Points table 'live".

By "live" I mean that as you enter in each weeks results the table updates itself by adjusting the ranking of each team based initially on the points gained and then by the differential of the points scored for the team and the points scored against the team.

That is to say , that if two or more teams are locked on the same number of competition points, their ranking is then adjusted by examing their total points scored for and the total points scored against for the season.

This project is not urgent in any way, more of just fooling around with Excel.

Erdin? E. Ka
03-22-2008, 03:48 AM
Hi Aussiebear,:hi:

Check the Attached sample.

Aussiebear
03-22-2008, 04:00 AM
Not bad, but it doesn't show those rounds where the fifth team has a bye. The bye also gains them points

mdmackillop
03-22-2008, 04:02 AM
Hi Ted,
For a methodology consider using something like this for sorting.
Total = Comp Points + (For-Against)/100

There are quite a few such tables on the web. Worth looking at some to get ideas as to what can be achieved, and then trying to figure out the necessary code.

Bob Phillips
03-22-2008, 04:04 AM
See http://www.xldynamic.com/source/xld.LeagueTable.html

Aussiebear
03-22-2008, 04:24 AM
Thanks MD. I'll have a look about for these tables

Aussiebear
03-22-2008, 04:25 AM
Bob, that's pretty impressive stuff that you have there.

Erdin? E. Ka
03-22-2008, 08:19 AM
I edited the file,
:whistle:

Aussiebear
03-22-2008, 03:21 PM
How do I refresh the pivot table?

Erdin? E. Ka
03-22-2008, 03:52 PM
Just one click to Fenerbah?e SK's logo picture.

There is a VBA code for refresh and sorting the PivotTable.


Or

Right Click on the PivotTable and click "Refresh" option. And then sort the PivotTable.

Aussiebear
03-22-2008, 04:54 PM
Thank you.

Erdin? E. Ka
03-23-2008, 05:20 AM
Not at all.:hi: