Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default soccer tournament template

i have 4 teams. we play a league (three rounds). the bottom on the ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the final,
Looser plays the secon semi final match with the third team in rank. so the
winner in this match goes to the final as the second finalist. Winner in this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE) for
automatic rank but its not working. any help is appreciated. thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default soccer tournament template

Although much larger than your application, have a look here for a
working example of a soccer league:

http://www.xldynamic.com/source/xld.LeagueTable.html

This should give you some ideas.

Hope this helps.

Pete

On Sep 22, 9:58 am, shagil wrote:
i have 4 teams. we play a league (three rounds). the bottom on the ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the final,
Looser plays the secon semi final match with the third team in rank. so the
winner in this match goes to the final as the second finalist. Winner in this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE) for
automatic rank but its not working. any help is appreciated. thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default soccer tournament template

I never thought I'd see the day when someone with UK in his name would call
football soccer :)


--

Regards,

Peo Sjoblom


"Pete_UK" wrote in message
ups.com...
Although much larger than your application, have a look here for a
working example of a soccer league:

http://www.xldynamic.com/source/xld.LeagueTable.html

This should give you some ideas.

Hope this helps.

Pete

On Sep 22, 9:58 am, shagil wrote:
i have 4 teams. we play a league (three rounds). the bottom on the
ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the
final,
Looser plays the secon semi final match with the third team in rank. so
the
winner in this match goes to the final as the second finalist. Winner in
this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE)
for
automatic rank but its not working. any help is appreciated. thanks





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default soccer tournament template

I used to call it soccer when I was a kid, many years ago - some of my
friends thought football meant Rugby Football !! <bg

Pete

On Sep 23, 1:07 am, "Peo Sjoblom" wrote:
I never thought I'd see the day when someone with UK in his name would call
football soccer :)

--

Regards,

Peo Sjoblom

"Pete_UK" wrote in message

ups.com...



Although much larger than your application, have a look here for a
working example of a soccer league:


http://www.xldynamic.com/source/xld.LeagueTable.html


This should give you some ideas.


Hope this helps.


Pete


On Sep 22, 9:58 am, shagil wrote:
i have 4 teams. we play a league (three rounds). the bottom on the
ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the
final,
Looser plays the secon semi final match with the third team in rank. so
the
winner in this match goes to the final as the second finalist. Winner in
this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE)
for
automatic rank but its not working. any help is appreciated. thanks- Hide quoted text -


- Show quoted text -



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default soccer tournament template

We call the game 'football' also in this part of the world where i live but i
used "soccer" (stupid as it sounds) in order to prevent any confusion.
anyway thank you for replying.
i did try the template you mentioned but it is not axactly what i need.
I was thinking of the all famous world cup score chart where i would have
the tournament game schedule with a table (group rankings) on the right side
.. as soon as the match scores have been entered, ranking must update
automatically with the team with most points in the 1st row of the ranking. I
can mail what i hve done with the excel sheet if need be. I hope i am making
sense.

"Pete_UK" wrote:

I used to call it soccer when I was a kid, many years ago - some of my
friends thought football meant Rugby Football !! <bg

Pete

On Sep 23, 1:07 am, "Peo Sjoblom" wrote:
I never thought I'd see the day when someone with UK in his name would call
football soccer :)

--

Regards,

Peo Sjoblom

"Pete_UK" wrote in message

ups.com...



Although much larger than your application, have a look here for a
working example of a soccer league:


http://www.xldynamic.com/source/xld.LeagueTable.html


This should give you some ideas.


Hope this helps.


Pete


On Sep 22, 9:58 am, shagil wrote:
i have 4 teams. we play a league (three rounds). the bottom on the
ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the
final,
Looser plays the secon semi final match with the third team in rank. so
the
winner in this match goes to the final as the second finalist. Winner in
this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE)
for
automatic rank but its not working. any help is appreciated. thanks- Hide quoted text -


- Show quoted text -






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default soccer tournament template

The example I pointed you to has 20 teams in a single league - in the
World Cup there are usually 8 leagues of 4 teams, so I thought you
could cut the example down to 4 teams and then just replicate it 7
more times. That would give you the initial group stages, but the
tournament then goes into a knockout phase, so a different approach
would be needed for that.

Whenever the World Cup (or European Championship) is on, there are
usually templates printed in newspapers showing all the games
scheduled, so I would suggest that you base your worksheet(s) on one
of those.

If you take the Rugby World Cup, currently on in France, there are 4
leagues with about 6 teams in each league for the initial stages, so
you might want to be a bit more flexible in your design to cope with
situations like that.

Hope this helps.

Pete

On Sep 24, 6:36 pm, shagil wrote:
We call the game 'football' also in this part of the world where i live but i
used "soccer" (stupid as it sounds) in order to prevent any confusion.
anyway thank you for replying.
i did try the template you mentioned but it is not axactly what i need.
I was thinking of the all famous world cup score chart where i would have
the tournament game schedule with a table (group rankings) on the right side
. as soon as the match scores have been entered, ranking must update
automatically with the team with most points in the 1st row of the ranking. I
can mail what i hve done with the excel sheet if need be. I hope i am making
sense.



"Pete_UK" wrote:
I used to call it soccer when I was a kid, many years ago - some of my
friends thought football meant Rugby Football !! <bg


Pete


On Sep 23, 1:07 am, "Peo Sjoblom" wrote:
I never thought I'd see the day when someone with UK in his name would call
football soccer :)


--


Regards,


Peo Sjoblom


"Pete_UK" wrote in message


oups.com...


Although much larger than your application, have a look here for a
working example of a soccer league:


http://www.xldynamic.com/source/xld.LeagueTable.html


This should give you some ideas.


Hope this helps.


Pete


On Sep 22, 9:58 am, shagil wrote:
i have 4 teams. we play a league (three rounds). the bottom on the
ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the
final,
Looser plays the secon semi final match with the third team in rank. so
the
winner in this match goes to the final as the second finalist. Winner in
this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE)
for
automatic rank but its not working. any help is appreciated. thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default soccer tournament template

thank you. i managed to create just the type of template I was refering to.
Now my problem is this;

in the rank table i have 9 columns (Rank, Team, W, D, L, GF, GA, GD,
Points). i inserted 2 three more columns next to "points" colmn for
application of goal difference in case of ties with the headings "rank"
(=RANK(R5,$R$4:$R$8), "rankGF"
(=SUMPRODUCT((R5=$R$4:$R$8)*(O5<$O$4:$O$8))),"Rank GD"
(=SUMPRODUCT((R5=$R$4:$R$8)*(P5<$P$4:$P$8))).... in the first column where i
hadd the original "rank heading I inserted the formula
(=RANK(R5,$R$4:$R$8)+SUMPRODUCT((R5=$R$4:$R$8)*(O5 <$O$4:$O$8))+SUMPRODUCT((S5=$S$4:$S$8)*(T5=$T$4:$T $8)*(U5$U$4:$U$4))

now everything works fine. but i needed the team with most points to
actually be on the first row, second team in the second row etc....
so i created a second table where on the first column i inserted "rank" n
wrote the rank 1-4 in the rows below. in the column I had the heading "W". I
inserted the formula (=VLOOKUP($J12,$J$5:$U$8,2,FALSE) for the next column
and just changed the 2 to 3. It now updated just as i wanted. but this
formular did not work when i reached the GF,GA and GD columns, i got the
error msg that excel cannot calculate a formular. i am stuck at this point
now guys. if you can help me sove this i have my template.

"Pete_UK" wrote:

The example I pointed you to has 20 teams in a single league - in the
World Cup there are usually 8 leagues of 4 teams, so I thought you
could cut the example down to 4 teams and then just replicate it 7
more times. That would give you the initial group stages, but the
tournament then goes into a knockout phase, so a different approach
would be needed for that.

Whenever the World Cup (or European Championship) is on, there are
usually templates printed in newspapers showing all the games
scheduled, so I would suggest that you base your worksheet(s) on one
of those.

If you take the Rugby World Cup, currently on in France, there are 4
leagues with about 6 teams in each league for the initial stages, so
you might want to be a bit more flexible in your design to cope with
situations like that.

Hope this helps.

Pete

On Sep 24, 6:36 pm, shagil wrote:
We call the game 'football' also in this part of the world where i live but i
used "soccer" (stupid as it sounds) in order to prevent any confusion.
anyway thank you for replying.
i did try the template you mentioned but it is not axactly what i need.
I was thinking of the all famous world cup score chart where i would have
the tournament game schedule with a table (group rankings) on the right side
. as soon as the match scores have been entered, ranking must update
automatically with the team with most points in the 1st row of the ranking. I
can mail what i hve done with the excel sheet if need be. I hope i am making
sense.



"Pete_UK" wrote:
I used to call it soccer when I was a kid, many years ago - some of my
friends thought football meant Rugby Football !! <bg


Pete


On Sep 23, 1:07 am, "Peo Sjoblom" wrote:
I never thought I'd see the day when someone with UK in his name would call
football soccer :)


--


Regards,


Peo Sjoblom


"Pete_UK" wrote in message


oups.com...


Although much larger than your application, have a look here for a
working example of a soccer league:


http://www.xldynamic.com/source/xld.LeagueTable.html


This should give you some ideas.


Hope this helps.


Pete


On Sep 22, 9:58 am, shagil wrote:
i have 4 teams. we play a league (three rounds). the bottom on the
ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the
final,
Looser plays the secon semi final match with the third team in rank. so
the
winner in this match goes to the final as the second finalist. Winner in
this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE)
for
automatic rank but its not working. any help is appreciated. thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default soccer tournament template

You can send the file to me:

pashurst <at auditel.net

Change the obvious.

Note that it is 12:35am here in the UK, so I shall look at it tomorrow
unless you can send it fairly quickly.

Pete

On Sep 24, 9:14 pm, shagil wrote:
thank you. i managed to create just the type of template I was refering to.
Now my problem is this;

in the rank table i have 9 columns (Rank, Team, W, D, L, GF, GA, GD,
Points). i inserted 2 three more columns next to "points" colmn for
application of goal difference in case of ties with the headings "rank"
(=RANK(R5,$R$4:$R$8), "rankGF"
(=SUMPRODUCT((R5=$R$4:$R$8)*(O5<$O$4:$O$8))),"Rank GD"
(=SUMPRODUCT((R5=$R$4:$R$8)*(P5<$P$4:$P$8))).... in the first column where i
hadd the original "rank heading I inserted the formula
(=RANK(R5,$R$4:$R$8)+SUMPRODUCT((R5=$R$4:$R$8)*(O5 <$O$4:$O$8))+SUMPRODUCT((*S5=$S$4:$S$8)*(T5=$T$4:$ T$8)*(U5$U$4:$U$4))

now everything works fine. but i needed the team with most points to
actually be on the first row, second team in the second row etc....
so i created a second table where on the first column i inserted "rank" n
wrote the rank 1-4 in the rows below. in the column I had the heading "W".. I
inserted the formula (=VLOOKUP($J12,$J$5:$U$8,2,FALSE) for the next column
and just changed the 2 to 3. It now updated just as i wanted. but this
formular did not work when i reached the GF,GA and GD columns, i got the
error msg that excel cannot calculate a formular. i am stuck at this point
now guys. if you can help me sove this i have my template.



"Pete_UK" wrote:
The example I pointed you to has 20 teams in a single league - in the
World Cup there are usually 8 leagues of 4 teams, so I thought you
could cut the example down to 4 teams and then just replicate it 7
more times. That would give you the initial group stages, but the
tournament then goes into a knockout phase, so a different approach
would be needed for that.


Whenever the World Cup (or European Championship) is on, there are
usually templates printed in newspapers showing all the games
scheduled, so I would suggest that you base your worksheet(s) on one
of those.


If you take the Rugby World Cup, currently on in France, there are 4
leagues with about 6 teams in each league for the initial stages, so
you might want to be a bit more flexible in your design to cope with
situations like that.


Hope this helps.


Pete


On Sep 24, 6:36 pm, shagil wrote:
We call the game 'football' also in this part of the world where i live but i
used "soccer" (stupid as it sounds) in order to prevent any confusion.
anyway thank you for replying.
i did try the template you mentioned but it is not axactly what i need.
I was thinking of the all famous world cup score chart where i would have
the tournament game schedule with a table (group rankings) on the right side
. as soon as the match scores have been entered, ranking must update
automatically with the team with most points in the 1st row of the ranking. I
can mail what i hve done with the excel sheet if need be. I hope i am making
sense.


"Pete_UK" wrote:
I used to call it soccer when I was a kid, many years ago - some of my
friends thought football meant Rugby Football !! <bg


Pete


On Sep 23, 1:07 am, "Peo Sjoblom" wrote:
I never thought I'd see the day when someone with UK in his name would call
football soccer :)


--


Regards,


Peo Sjoblom


"Pete_UK" wrote in message


oups.com...


Although much larger than your application, have a look here for a
working example of a soccer league:


http://www.xldynamic.com/source/xld.LeagueTable.html


This should give you some ideas.


Hope this helps.


Pete


On Sep 22, 9:58 am, shagil wrote:
i have 4 teams. we play a league (three rounds). the bottom on the
ranking is
eliminated and will not make it to the semi final. Inthe semi final, team
with the highest in rank plays the second highest. Winner goes to the
final,
Looser plays the secon semi final match with the third team in rank. so
the
winner in this match goes to the final as the second finalist. Winner in
this
match gets th cup. I tried to use the =VLOOKUP($--,$--$--$--,--,FALSE)
for
automatic rank but its not working. any help is appreciated. thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
NCAA tournament brackets template from Template gallery. smcclements Excel Worksheet Functions 2 March 16th 07 02:33 PM
Tournament Template? DTTODGG Excel Worksheet Functions 2 October 10th 06 01:20 AM
Is there an Excel template for a 1-day Tennis American Tournament server Excel Discussion (Misc queries) 2 February 14th 06 02:10 AM
How to publish 2004 European soccer championship tracker template? Geoff Excel Discussion (Misc queries) 0 September 7th 05 01:23 AM
Is there an Excel template for a 1-day Tennis American Tournament server Excel Discussion (Misc queries) 0 July 15th 05 10:26 AM


All times are GMT +1. The time now is 06:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"