Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
neonw
 
Posts: n/a
Default Maintaining cricket stats


Hello, I'm a relative nOOb to Excel.

I'm going to be maintaining stats for a cricket league.

Its goingto be:

Column A: Name, B: Games played, C: Runs(points)scored, D: Highest
score etc...

Now, my problem is, since there are 168 players, and they'll be playing
around 16 games each whole season, I need to add up their stats
end-of-season as easily as possible.

I could use simple SUM(C1+C2+C3+...Cn) for the total runs and all, but
doing it individually for each player would take long, plus each player
wont be playing the same number of games , so i'd have to alter the
formula to add up for each one...

Is there a simpler way, preferabely that would enable the added up
stats to appear on sheet 2 ? And could it be easy enough to allow me to
update easily after every game ?


--
neonw
------------------------------------------------------------------------
neonw's Profile: http://www.excelforum.com/member.php...o&userid=29129
View this thread: http://www.excelforum.com/showthread...hreadid=501329

  #2   Report Post  
Posted to microsoft.public.excel.newusers
damorrison
 
Posts: n/a
Default Maintaining cricket stats

=SUM(C1:C16)
or hit the SUM button and then highlite the area you want summed up

you can copy and paste the formulas

  #3   Report Post  
Posted to microsoft.public.excel.newusers
neonw
 
Posts: n/a
Default Maintaining cricket stats


damorrison Wrote:
=SUM(C1:C16)
or hit the SUM button and then highlite the area you want summed up

you can copy and paste the formulas



The copy and pasting is what i want to avoid...Is there some way I can
paste the stats for each game into the sheet, and the addedup results
for each player are displayed automatically, preferabely for sake of
convinience in another sheet ?


--
neonw
------------------------------------------------------------------------
neonw's Profile: http://www.excelforum.com/member.php...o&userid=29129
View this thread: http://www.excelforum.com/showthread...hreadid=501329

  #4   Report Post  
Posted to microsoft.public.excel.newusers
jk
 
Posts: n/a
Default Maintaining cricket stats

neonw ,

You could copy a cell or group of cells containing a formula, the
select a large group of cells and paste. The formulas will adjust to
the location they are pasted to.

To add the results for a single player, you could use SUM(C1:C16).

To find the number of game played for a single player, you could use
COUNT(C1:C16).

To find the highest score for a single player, you could use
MAX(C1:C16).

Hope this helps. -- Justin

  #5   Report Post  
Posted to microsoft.public.excel.newusers
Roger Govier
 
Posts: n/a
Default Maintaining cricket stats

Hi

I think I might be inclined to tackle it as follows, with all the data
on one sheet.
I started in row 6 (you'll appreciate why later)
In column A Total, B Average, C Highest, D Name, E Game 1, F Game 2 etc.
across to column T for Game 16

in A7 =SUM(E7:T7) ( you never need to use SUM(E7+F7+G7 etc...just the
first cell in range, then a colon then the last cell in range)
in B7 =AVERAGE(E7:T7)
in C7 = MAX(E7:T7)
Place your cursor in E7, then WindowsFreeze Panes and this will lock
the screen so that you can always see the Players name and his
statistics as you slide across the screen to enter each successive games
results.
Copy the formulae in cells A7:C7 down through rows 8:175 to accommodate
rows for each player.

Now, the reason for leaving the blank rows at the top of the screen.
If you wish, you can use any of them to display the Highest score from
any of the games played that day with
=MAX(E7:E175) or the Average score for that day etc.



--
Regards

Roger Govier


"neonw" wrote in
message ...

Hello, I'm a relative nOOb to Excel.

I'm going to be maintaining stats for a cricket league.

Its goingto be:

Column A: Name, B: Games played, C: Runs(points)scored, D: Highest
score etc...

Now, my problem is, since there are 168 players, and they'll be
playing
around 16 games each whole season, I need to add up their stats
end-of-season as easily as possible.

I could use simple SUM(C1+C2+C3+...Cn) for the total runs and all, but
doing it individually for each player would take long, plus each
player
wont be playing the same number of games , so i'd have to alter the
formula to add up for each one...

Is there a simpler way, preferabely that would enable the added up
stats to appear on sheet 2 ? And could it be easy enough to allow me
to
update easily after every game ?


--
neonw
------------------------------------------------------------------------
neonw's Profile:
http://www.excelforum.com/member.php...o&userid=29129
View this thread:
http://www.excelforum.com/showthread...hreadid=501329





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
Maintaining Protection when copying Jessica Wilson Excel Worksheet Functions 1 July 8th 05 11:36 PM
merging cells and maintaining the fonts size of each cell dick Excel Discussion (Misc queries) 4 June 29th 05 11:04 AM
for stats worksheet in XL how do i find the minitab function freethrow18 Excel Worksheet Functions 1 February 2nd 05 05:38 AM
Tracking Sports Stats RickALO Excel Discussion (Misc queries) 0 January 15th 05 02:01 PM
need help in stats - boxplot in need of stats help Charts and Charting in Excel 1 January 5th 05 09:45 AM


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