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
Show replies
Show replies
This Tweet was deleted by the Tweet author. Learn more
Replying to
Does averageifs exist as a function? (it does in excel, and is designed to solve this problem) Failing that, can you add a column called "relevant for my average" and create a nested if function.