In Excel, I have two columns. One has a category name and the other has a number against the category like this:
What I'm trying to do is get the standard deviation of the points for each individual category, in a 3rd column.
For example, if I had the above data set, the Category STDEV.S column would show: Category List 2
I would want the standard deviation of 10, 7 and 7 to show against each category that shows as "Fruit", and the standard deviation of 11, 5 and 7 to show against each category that shows as "Starch".
I tried referring to this thread as a reference, but could not get the formula to work: Combining VLOOKUP, IF OR, and STDEV