I have, for example, 4 columns of data: column 1-a,b,b,c,d,c,e,f,g,g column 2-apples,bananas,oranges,grapes,grapes,bananas,bananas,apples,oranges,bananas column 3-1,2,3,4,5,6,7,8,9,10. For each individual value of column 1 (a through g) I want to average the values in column 3 that correspond with values in column 2 that correspond with column 1. For example in column 1 for "b" I would average all of the values in column 3 that correspond with values "bananas" and "oranges" in column 2 other than the ones that have "b" in column 1. In this case, I would want to average 6,7, and 9. For a check, the column of averages I'm looking for would be for "a",8 for "b",7.333 for "c",5.667 for "d",4 for "e",6 for "f",.5 and for "g",4.5. I've tried many different formulas, the closest being {=AVERAGEIF(B2:B11,INDEX(B2:B11,MATCH(A3,$A$2:$A$11,0)),$C$2:$C$11)} which only averages the values in column 3 corresponding to bananas. The problem is that this doesn't include the values associated with "oranges" and also includes the value of row 3, which is a "b" row that I'd like to omit. These row references assume a headers in row 1.
Thank you for all of your help and let me know if you need further explanation!
Mike
Thank you for all of your help and let me know if you need further explanation!
Mike