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: solution

the result in cell d1. note have semicolons (;) instead of commas in formula.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -