#1   Report Post  
Posted to microsoft.public.excel.programming
Mat Mat is offline
external usenet poster
 
Posts: 2
Default ScoreCard

Can anyone advise me on how to create a score card in Excel? I have a spread sheet that contains 12 monthly winners of a competition (ie column A1:A12 contains the 12 months of the year and column B1:B12 contains the winners of each month). I want to be able to use the information in column B to show me who is in first, second, and third place based on how many months they have won the competition. Makes sense? Thanks for any help.
Mat
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default ScoreCard

Put the unique list of winners (no duplicates) in C1 and down

in d1
=countif(B:B,C1)

and drag fill down.

You can use the Rank worksheet function to rank the results.

--
Regards,
Tom Ogilvy

"Mat" wrote in message
...
Can anyone advise me on how to create a score card in Excel? I have a

spread sheet that contains 12 monthly winners of a competition (ie column
A1:A12 contains the 12 months of the year and column B1:B12 contains the
winners of each month). I want to be able to use the information in column B
to show me who is in first, second, and third place based on how many months
they have won the competition. Makes sense? Thanks for any help.
Mat



  #3   Report Post  
Posted to microsoft.public.excel.programming
Mat Mat is offline
external usenet poster
 
Posts: 2
Default ScoreCard

Thanks Tom, but what if the team names are duplicated? In other words I have 4 teams that compete each month, so that it looks like the following

Jan Team
Feb Team
Mar Team
Apr Team
et

Ta
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
Tennis Scorecard Help airolg Excel Worksheet Functions 1 May 24th 10 03:42 AM
scorecard Shweta Srivastava[_2_] New Users to Excel 2 May 15th 09 07:11 AM
Supplier scorecard Vince Excel Discussion (Misc queries) 0 May 24th 07 11:48 PM
golf scorecard enyaw Excel Discussion (Misc queries) 1 April 18th 07 04:47 PM
Golf scorecard again kevhatch New Users to Excel 10 July 6th 05 11:53 AM


All times are GMT +1. The time now is 02:00 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"