Forum Discussion

Raymond Sanner's avatar
Raymond Sanner
Copper Contributor
Oct 04, 2018

Sumifs function

Quantity SoldProduct 
5Apples 
4Apples 
15Artichokes 
3Artichokes27
22Bananas 
12Bananas61
10Carrots 
33Carrots 
FormulaDescription 
27Adds the number of products that begin with A . It uses the wildcard character * in Criteria1, "=A*" to look for matching product names in Criterial_range1 B2:B9. It then adds the numbers in Sum_range A2:A9 that meet both conditions. The result is 27. 
0Adds the number of products that begin with A & B. It uses the wildcard character * in Criteria1, "=A*" & "=B*" to look for matching product names in Criterial_range1 B2:B9. It then adds the numbers in Sum_range A2:A9 that meet both conditions. The result is 61. 

Second Formula gives answer 0 but should be 61.  Is this due to having 2 Criteria1's but only 1 Criterial_range1?  I need help.  Thanks, Ray

Resources