Bear Member Oct 18, 2015 #1 AVERAGEIF(Data!A:A,A2,Data!B3:M3) 1) Search a value at another sheet named Data 2) if it match the value A2 (i.e. Apple) 3) average the column B3:M3 Thanks Attachments Averageif function.xlsx Averageif function.xlsx 10 KB · Views: 6
AVERAGEIF(Data!A:A,A2,Data!B3:M3) 1) Search a value at another sheet named Data 2) if it match the value A2 (i.e. Apple) 3) average the column B3:M3 Thanks
p45cal Well-Known Member Oct 18, 2015 #2 try: =AVERAGE(INDEX(Data!$A$3:$M$4,MATCH(A2,Data!$A$3:$A$4,0),))
Bear Member Oct 18, 2015 #3 p45cal said: try: =AVERAGE(INDEX(Data!$A$3:$M$4,MATCH(A2,Data!$A$3:$A$4,0),)) Click to expand... Thanks p45cal You are my angel the formula works perfectly
p45cal said: try: =AVERAGE(INDEX(Data!$A$3:$M$4,MATCH(A2,Data!$A$3:$A$4,0),)) Click to expand... Thanks p45cal You are my angel the formula works perfectly