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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -