T
Ted M H
I have a table with columns Product, Units Sold, Sales manager.
Products values are A, B, C, D, E, F
Units sold is a simple integer
Sales manager values are Smith, Jones, Doe
Can I use SUMIFS to return the total units sold if manager name is Smith AND
Product is A, OR manager name is Smith and Product is B.
I tried to use OR in the second criteria argument, but can’t get it to work.
I know there are other ways to solve this problem, but I’m trying
specifically to understand what SUMIFS can and can’t do.
Thanks.
Products values are A, B, C, D, E, F
Units sold is a simple integer
Sales manager values are Smith, Jones, Doe
Can I use SUMIFS to return the total units sold if manager name is Smith AND
Product is A, OR manager name is Smith and Product is B.
I tried to use OR in the second criteria argument, but can’t get it to work.
I know there are other ways to solve this problem, but I’m trying
specifically to understand what SUMIFS can and can’t do.
Thanks.