i have 2 columns. 1 with categories, another with values
Categories, Values
cat1, 10
cat1, 2
cat2, 3
cat2, 5
cat2,10
cat3, 6
etc
i would like to sum the value based on a specific category, so the formula would return 12 for cat1, 18 for cat2, 6 for cat3
Categories, Values
cat1, 10
cat1, 2
cat2, 3
cat2, 5
cat2,10
cat3, 6
etc
i would like to sum the value based on a specific category, so the formula would return 12 for cat1, 18 for cat2, 6 for cat3
Last edited: