SSBA
December 28, 2024, 12:54:15 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Crazy Spreadsheets  (Read 1546 times)
0 Members and 1 Guest are viewing this topic.
BullsGM-old
old-gm's
GM
*
Offline Offline

Posts: 1060


View Profile
« on: July 19, 2005, 01:10:07 PM »

Ok, I admit, I suck at Excel.  I never learned it, and don't really know the 'power' of spreadsheets.  How many of you guys use Excel to keep stats and what can your spreadsheets do?

I'm interested in learning, only if it's worth while
Logged

 
NetsGM
Administrator
GM
*****
Offline Offline

Posts: 6855



View Profile WWW Email
« Reply #1 on: July 19, 2005, 01:11:33 PM »

I use excel for this.  Simply because it's easy enough to paste boxscores into.

I'd like to throw it into a full-scale mysql db and run queries from that, but don't have the time.

But for this purpose, it's great.  definitely worth learning at least the basics.

For example, when a new draft comes, I simply paste the class into the spreadsheet.  Formulas are entered, and "scores" calculated automatically.  I don't even have to re-enter the formulas, convert any numbers, it just happens.  It's very nice.
Logged

aka dabods/dbodner
dbodner@phillyarena.net
Anonymous
Guest
« Reply #2 on: July 19, 2005, 06:13:48 PM »

interested in how you do that for drafts      Smile


like whats the formula.  i remember learning how to do addition and post sums and such
Logged
NetsGM
Administrator
GM
*****
Offline Offline

Posts: 6855



View Profile WWW Email
« Reply #3 on: July 19, 2005, 06:16:26 PM »

lots of if statements.
Logged

aka dabods/dbodner
dbodner@phillyarena.net
Anonymous
Guest
« Reply #4 on: July 19, 2005, 06:19:12 PM »

ifs?

so did you make each rating a point... then say if it is this rating, then it equals that point... i.e A- = 4 points

then just sum up the points?
Logged
NetsGM
Administrator
GM
*****
Offline Offline

Posts: 6855



View Profile WWW Email
« Reply #5 on: July 19, 2005, 06:25:54 PM »

for example:
=IF(J9="B-",7,0)

Means, If J9 is B-, then the value is 7.  Otherwise, 0.

You have to do one of these for every possible letter, for every possible rating.

then add it all up Wink
Logged

aka dabods/dbodner
dbodner@phillyarena.net
Anonymous
Guest
« Reply #6 on: July 19, 2005, 06:42:37 PM »

i see... J9 would be the cell... so you have to make on for every cell in that row?

and where do you put that code... in any cell?
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC2 | SMF © 2001-2005, Lewis Media Valid XHTML 1.0! Valid CSS!