one representation of a row in my excel sheets looks like the following:
spec1, spec2, spec3, spec4, spec5, spec6, spec7, value
I have thousands of rows like this. What I would like to do is first say group by by spec1 and then by spec3 and then visualize the values or compare the values with other group by results.
How can I achieve it in excel without doing macro or visual basic programming? It is simple excel operations like group by being applied several times and visualizing the value columns graphically.