So I have:
ABC here wants me to get an average like this below There are: "1" (* 1) filter for "C" which is for C in C, in this case "a", then filter for one in my row for the coler, then all of them Rows should be counted, then sum them up and then: sum / count v 2 ay 3 ay 7 ay 3 av 2 by 4 bv 2 by 7 b thanks
You COUNTIFS and SUMIFS (see excel help for parameters) Assume that your first line starts at A1:
= SUMIFS ($ B $ 1: $ B $ 9, $ C $ 1: $ C $ 9, C1, $ A $ 1: $ A $ 9, A1) / COUNTIFS ($ C $ 1: $ C $ 9, c1, $ a $ 1: $ a $ 9, a1)
Comments
Post a Comment