G
GateKeeper
I have a table in which each field contains duplicate values. I need to
summarize the data based on the values in one of the fields, like this:
Fields: item, brand, size, type, formula
summay:
type1 #of items, #of brands, #of sizes, #of formulas
type2
type3
How can I do this?
summarize the data based on the values in one of the fields, like this:
Fields: item, brand, size, type, formula
summay:
type1 #of items, #of brands, #of sizes, #of formulas
type2
type3
How can I do this?