R
Renee
We are trying to average the numbers in one column only if they equal any or
all of 6 different numbers from a different column. We have a formula that
looks for one number, but we need a formula that looks for all numbers.
=AVERAGE(IF(B2:B1200=7474,C2:C1200,FALSE)) where column B equals a 4 digit
course number and there are six different course numbers that need to be
averaged out of total of 20 different course numbers, so if B = 7474, 7921,
8612, 9011, 3945, 2209 then the numbers in row C will be counted towards the
average.
all of 6 different numbers from a different column. We have a formula that
looks for one number, but we need a formula that looks for all numbers.
=AVERAGE(IF(B2:B1200=7474,C2:C1200,FALSE)) where column B equals a 4 digit
course number and there are six different course numbers that need to be
averaged out of total of 20 different course numbers, so if B = 7474, 7921,
8612, 9011, 3945, 2209 then the numbers in row C will be counted towards the
average.