Conversation

im ready to shoot google sheets. Im doin =averageif(b2:b, "CRITERIA", c2:c) but i want "criteria" to cover a range of values, e.g., "3, 4, 5, and 6". I can't figure out how to make it work, is it even possible? Google is letting me down hard.
19
25
Replying to
AVERAGEIFS(average_range, criteria_range1, criterion1, [criteria_range2, criterion2, …]) — can’t you put criteria_range1 and criteria_range2 as the same column? (i.e., in this case, b2:b)