google spreadsheet - SUMIF Multiple Conditions -


i have quick spreadsheet i'm throwing together:

=sumif(d12:d,"=austin",b12:c) =sumif(d12:d,"=corey",b12:c) 

these work fine. data d based on drop down values austin, corey, both.

the data b & c is: |amount | qty |. however, if use:

=sumif(d12:d,{"=austin","=both"},b12:c) 

it returns austin results.

how go doing this?

should work array formula (eg entered ctrl+shift+enter).

so25751641 example


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -