I want to make a SUMIF sort ... But I want the criteria to be a subset of the corresponding cell.
i.e. I have stores for customers:
Nike - Melbourne
Nike - Sydney
Nike - Brisbane
Adidas - Melbourne
Adidas - Sydney
Adidas - Brisbane
Reebok - Melbourne
Reebok - Sydney
Reebok - Brisbane
What I'm trying to do is to summarize the monthly values of all stores together - I have many stores with many addresses - I want to combine all such stores into one digit.
I created a new column simply:
Nike
Adidas
Reebok
I want to get sumif and summarize all the monthly values in which the store "CONTAINS" Nike and Store "CONTAINS" Adidas.
SUMIF currently exactly matches the contents of the cell - how can I do a partial match?
source
share