M
Myriam
Once again, I need your help.
I am trying to count items by quantity and by size. I can do it by one not
both.
with the formula
=IF(COUNTIF($O$5:O5,O5)=1,SUMIF($O5:$O$253,O5,$P$5:$P5:$253).0)
O P Q
Item Qty Size
A 2 1"
B 3 2"
C 2 2"
B 1 2"
etc.
I don't know how to add an AND statement to include column Q (size). i.e.,
look for the item with the same name AND same size THEN count them.
I really appreciate any help you could give me.
Thanks!!
I am trying to count items by quantity and by size. I can do it by one not
both.
with the formula
=IF(COUNTIF($O$5:O5,O5)=1,SUMIF($O5:$O$253,O5,$P$5:$P5:$253).0)
O P Q
Item Qty Size
A 2 1"
B 3 2"
C 2 2"
B 1 2"
etc.
I don't know how to add an AND statement to include column Q (size). i.e.,
look for the item with the same name AND same size THEN count them.
I really appreciate any help you could give me.
Thanks!!