A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Maintaining cricket stats



 
 
Thread Tools Display Modes
  #1  
Old January 14th, 2006, 11:25 AM posted to microsoft.public.excel.newusers
external usenet poster
 
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  
Old January 14th, 2006, 12:42 PM posted to microsoft.public.excel.newusers
external usenet poster
 
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  
Old January 14th, 2006, 12:50 PM posted to microsoft.public.excel.newusers
external usenet poster
 
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  
Old January 14th, 2006, 01:05 PM posted to microsoft.public.excel.newusers
external usenet poster
 
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  
Old January 14th, 2006, 01:10 PM posted to microsoft.public.excel.newusers
external usenet poster
 
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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable Extra print-out stats sheet??? AuntyAndy General Discussion 2 August 12th, 2004 03:58 PM
Inserting multiple rows into a table while maintaining data? JAnderson General Discussion 2 July 8th, 2004 05:45 PM
displaying descriptive stats on a chart Andy Pope Worksheet Functions 0 June 8th, 2004 09:36 AM
Can Excel do most things a Stats program can? Nev. Charts and Charting 4 March 22nd, 2004 06:57 PM
Trying to get a blank cell in soccer stats Biff Worksheet Functions 2 September 28th, 2003 08:01 AM


All times are GMT +1. The time now is 08:09 AM.


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