I have about 30,000 rows of data, each row has performance data for a single day for an athlete. The days--and rows--vary by athlete. I would like to do some calculations on another sheet based on the VLOOKUP function for each player. For example, if I want to calculate the standard deviation of a particular column, but want the calculation to only include rows based on a specific player's name, what would the formula look like?
I tried this: =STDEVP(VLOOKUP(A3,DAY_TO_DAY2009!$C:$W,21,FALSE)), where A3 is the athlete's name, Day_to_Day is the reference sheet, 21 is the column where the data resides, but it doesn't seem to work. I need the formula to calculate the standard deviation of data in column 21, but only for the specific name in A3.
Any suggestions?
I tried this: =STDEVP(VLOOKUP(A3,DAY_TO_DAY2009!$C:$W,21,FALSE)), where A3 is the athlete's name, Day_to_Day is the reference sheet, 21 is the column where the data resides, but it doesn't seem to work. I need the formula to calculate the standard deviation of data in column 21, but only for the specific name in A3.
Any suggestions?