M
mhouseit
I need to find a way to average scores based on a criteria of rank.
So if there are 6 ranks in column A ( 1 - 6 ) and scores in column B
( 2.00 - 4.00 ) and names in Column C ( Last Name )
If person XYZ is Rank 1 his average is an average of ALL rank 1 folks.
Easy enough ... until his rank changes 2 and the sheet gets re-sorted
and the formulas stop working right.
Somthing like ...
IF rank = 1 AVERAGE =ALL rank 1, ELSE IF rank 2 AVERAGE = ALL rank
2, ..... and so on...
this way if we change the rank of a person the average for ALL similar
ranks changes.
I hope that is clear enough
So if there are 6 ranks in column A ( 1 - 6 ) and scores in column B
( 2.00 - 4.00 ) and names in Column C ( Last Name )
If person XYZ is Rank 1 his average is an average of ALL rank 1 folks.
Easy enough ... until his rank changes 2 and the sheet gets re-sorted
and the formulas stop working right.
Somthing like ...
IF rank = 1 AVERAGE =ALL rank 1, ELSE IF rank 2 AVERAGE = ALL rank
2, ..... and so on...
this way if we change the rank of a person the average for ALL similar
ranks changes.
I hope that is clear enough