View Single Post
 
Old 02-25-2015, 10:26 PM
jdkoerner jdkoerner is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Feb 2015
Posts: 25
jdkoerner is on a distinguished road
Default

Here's the first 100 rows of the sheet. The rows that display are AL outfielders; the hidden row are NL outfielders.

So my understanding is that averageif takes three arguments: the first is the range of values [in this case, all the cells in column AB]; TRUE, which I understand references those cells that are seen, and then one last argument, which is another range of cells. Here's where I get lost: on this sheet, where does the final argument come from?

Column AC is supposed to be Z values, so I also need STDEVIF for column AB as well, so I can then calculate the standard deviation from the mean for each AL player.

Thanks!
Reply With Quote