Forum Discussion
Jennifer Juneau
Apr 24, 2017Copper Contributor
sumifs using multiple criteria
I have a spreadsheet called Stats with named columns STATS (which holds status of either Open, On Hold, Closed - Loss....etc), MARKET (which holds location of either PHX, NYC, FL, etc.) and column ca...
SergeiBaklan
Apr 24, 2017Diamond Contributor
Hi Jennifer,
For AND criteria you may use SUMIFS
=SUMIFS(PositionsNeed,Market,K16,Status,B8)