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).

Comments
Post a Comment