excel formula: sum elements in column a where column b has an even number -
i'm trying come excel formula sum elements in column corresponding element in column b number. i've tried various permutations of sumif() without luck far. specifically, i'm not sure how specify criteria match numbers in cells in range. or maybe there's way entirely.
thanks in advance!
you can use mod , sumifs functions in way:
the result in cell d1. note have semicolons (;) instead of commas in formula.
Comments
Post a Comment