Ok, i have what is seemingly an easy problem but i just cant solve its simply
I want to create averages of groupings of data, but the groupings are conditional on another column
So if my smaple data is below:
I want to create THREE averages from the data in column B
1) an average for all the data in colB where there is a corresponding 'x' in colA
2) an average for all the data in colB where there is a corresponding 'y' in colA
3) an average for all the data in colB where there is a corresponding 'z' in colA
I cant seem to find an easy answer to this. Can anyone help?
Bookmarks