I'm trying to sum the quantity column for all rows where the JO's match and the PN's match.
What am I doing wrong, it returns a 0? Here's the formula:
=SUMIFS(Quantity:Quantity, JO:JO, AND(CONTAINS(JO@row, @cell)), PN:PN, AND(CONTAINS(PN@row, @cell)))