Hi
I have following dataset
| DATA | SALES |
| A | 10 |
| A | 10 |
| A | 20 |
| B | 30 |
| B | 40 |
| B | 50 |
I'm using two summarize tools to get overall sum and group by sum, I'm repeating this process for 3 different types , I would like to build macro tool for this.
Data columns name will change
