Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
gpktm
 
Posts: n/a
Default Creating a league table based on results


How can I create a league table based on results.

I want it to look like the picture and the statistics to be updated by
functions offcourse. :-)


+-------------------------------------------------------------------+
|Filename: Snap1_2.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=3995 |
+-------------------------------------------------------------------+

--
gpktm
------------------------------------------------------------------------
gpktm's Profile: http://www.excelforum.com/member.php...o&userid=17538
View this thread: http://www.excelforum.com/showthread...hreadid=482532

  #2   Report Post  
Domenic
 
Posts: n/a
Default Creating a league table based on results

Try the following...

Games:

H4, copied down:

=COUNTIF($B$3:$C$8,G4)

Wins:

I4, copied down:

=SUMPRODUCT((($B$3:$B$8=G4)*($D$3:$D$8$E$3:$E$8)) +(($C$3:$C$8=G4)*($E$3:
$E$8$D$3:$D$8)))

Losses:

J4, copied down:

=SUMPRODUCT((($B$3:$B$8=G4)*($D$3:$D$8<$E$3:$E$8)) +(($C$3:$C$8=G4)*($E$3:
$E$8<$D$3:$D$8)))

Hope this helps!

In article ,
gpktm wrote:

How can I create a league table based on results.

I want it to look like the picture and the statistics to be updated by
functions offcourse. :-)


+-------------------------------------------------------------------+
|Filename: Snap1_2.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=3995 |
+-------------------------------------------------------------------+

  #3   Report Post  
gpktm
 
Posts: n/a
Default Creating a league table based on results


Thanks, that helped some bit but there are some problems in the
following: It not accepts the function in H4 cell. And how about the
draws?


--
gpktm
------------------------------------------------------------------------
gpktm's Profile: http://www.excelforum.com/member.php...o&userid=17538
View this thread: http://www.excelforum.com/showthread...hreadid=482532

  #4   Report Post  
Domenic
 
Posts: n/a
Default Creating a league table based on results

In article ,
gpktm wrote:

It not accepts the function in H4 cell.


That's probably because your version of Excel uses a semi-colon as a
separator instead of a comma. Try...

=COUNTIF($B$3:$C$8;G4)

And how about the draws?


=SUMPRODUCT((($B$3:$B$8=G4)*($D$3:$D$8=$E$3:$E$8)) +(($C$3:$C$8=G4)*($E$3:
$E$8=$D$3:$D$8)))

Hope this helps!
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
Creating single lines of data from a multi-column table hywel Excel Discussion (Misc queries) 3 February 11th 05 10:32 PM
Creating a list from Table Data bry32 Excel Worksheet Functions 4 January 28th 05 07:41 PM
I am having problems creating pivot table of data wyman Charts and Charting in Excel 1 January 12th 05 05:17 PM
Creating a Table Mark F Excel Worksheet Functions 2 January 8th 05 03:55 AM
Pivot Table Creating New Columns that Subtract Two Existing Columns den4673 Excel Discussion (Misc queries) 3 December 17th 04 01:31 PM


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

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"