My knowledge of Excel has not served me well...
July 2, 2008 10:07 AM
Subscribe
Within cell C2, If the content of a cell in $A$10:$A$900 is the same as the content in A2, I would like Excel to Average the contents of column H in the rows that match A2...does that even make sense?
Because I have tried explaining this to Excel in as many ways as possible, and all it ever says back is "#value" or "0".
Any help would be REALLY appreciated!
posted by InfinateJane to computers & internet (6 comments total)
3 users marked this as a favorite
1. Use the SUMIF formula SUMIF($A$10:$A$900,$C$2,$H$10:$H$900) to get the sum of the values from column H.
2, Use the COUNTIF forluma COUNTIF($A$10:$A$900,$C$2) to get the number of occurrences of $C$2 in column A.
3. Divide result from 1 by result from 2.
posted by preparat at 10:21 AM on July 2