Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining Protection when copying | Excel Worksheet Functions | |||
merging cells and maintaining the fonts size of each cell | Excel Discussion (Misc queries) | |||
for stats worksheet in XL how do i find the minitab function | Excel Worksheet Functions | |||
Tracking Sports Stats | Excel Discussion (Misc queries) | |||
need help in stats - boxplot | Charts and Charting in Excel |