LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default League Table position assignments


harpscardiff

I have also been away. You are very nearly there!

You would have been limited to 7 levels of If statements, so you will
have to use the number of the rank if greater than 4 and add the "th"
to it. Then do the top 3 as before, the second element will need to be
done separately, see below:

I have made a couple of assumptions, but perhaps you can try the
following.....

=IF(RANK(B382,$B$382:$B$390)3,CONCATENATE(RANK(B3 82,$B$382:$B$390),"th"),IF(RANK(B382,$B$382:$B$390 )=3,"3rd",IF(RANK(B382,$B$382:$B$390)=2,"2nd",IF(R ANK(B382,$B$382:$B$390)=1,"1st"))))

This will allocate the 1st to 10th Ranking. For your Points scoring,
you may need to split this up into 4 points columns, one for each
table, then total them.

=IF(RANK(B382,$B$382:$B$390)6,0,IF(RANK(B382,$B$3 82:$B$390)=6,1,IF(RANK(B382,$B$382:$B$390)=5,2,IF( RANK(B382,$B$382:$B$390)=4,3,IF(RANK(B382,$B$382:$ B$390)=3,4,IF(RANK(B382,$B$382:$B$390)=2,8,IF(RANK (B382,$B$382:$B$390)=1,10)))))))

I have assumed you want to always show the rank, that points are only
awarded to the top 6 in each table, and that you will be able to insert
another column, or a separate table to calculate points for each
ranking table)

Hope this Helps

Steve

 
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
How do I make a sports league table in Excel donkamero Excel Discussion (Misc queries) 1 July 17th 06 04:45 AM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Linking table in Excel to word travis Links and Linking in Excel 1 November 19th 05 02:30 PM
league table from results sandy Excel Discussion (Misc queries) 4 September 26th 05 07:25 AM
pivot table sort entries that don't yet appear in table rachael Excel Discussion (Misc queries) 11 September 19th 05 11:29 PM


All times are GMT +1. The time now is 05:46 PM.

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

About Us

"It's about Microsoft Excel"