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 and
This is a standard work-around for this and similar issues in excel/google sheets. I use binary (1/0) in the extra “flag” column instead of True/False. Then averageif based on the flag column.
1