Hello Community,
I cannot post pictures, so I will try to replicate a sample the best I can.
I have Column A as a Address, Column C as a Brand (Modelo or White Claw) and Column D as a quantity.
I want to count how many stores have bought Modelo and White Claw. The formula doesn't understand to break Column F separately by each store.
ShipAdr2 ShipCity BrandFamily Volume
1 PENN PLAZA NEW YORK MODELO ESPECIAL 88
WHITE CLAW 0
Total 88
1 PENN W 34TH NEW YORK MODELO ESPECIAL 123
WHITE CLAW 0
Total 123
1 REMSEN AVE BROOKLYN MODELO ESPECIAL 0
WHITE CLAW 0
Total 0
1 WHITEHALL NEW YORK MODELO ESPECIAL 143
WHITE CLAW 59
Total 202
=COUNTIFS(C:C,"White Claw",D:D,">0") is an example for I want to know how many bought White Claw
Similar for how many bought Modelo Especial
I want to find out how I can find out who bought both. In this example, it would be 1 that bought both.
Thank you in advance.
I cannot post pictures, so I will try to replicate a sample the best I can.
I have Column A as a Address, Column C as a Brand (Modelo or White Claw) and Column D as a quantity.
I want to count how many stores have bought Modelo and White Claw. The formula doesn't understand to break Column F separately by each store.
ShipAdr2 ShipCity BrandFamily Volume
1 PENN PLAZA NEW YORK MODELO ESPECIAL 88
WHITE CLAW 0
Total 88
1 PENN W 34TH NEW YORK MODELO ESPECIAL 123
WHITE CLAW 0
Total 123
1 REMSEN AVE BROOKLYN MODELO ESPECIAL 0
WHITE CLAW 0
Total 0
1 WHITEHALL NEW YORK MODELO ESPECIAL 143
WHITE CLAW 59
Total 202
=COUNTIFS(C:C,"White Claw",D:D,">0") is an example for I want to know how many bought White Claw
Similar for how many bought Modelo Especial
I want to find out how I can find out who bought both. In this example, it would be 1 that bought both.
Thank you in advance.