Hi Experts,
With reference to this https://chandoo.org/forum/threads/auto-grouping-vba.38130/#post-257062 solution. I am facing a little problem with the code because in this code its drilling the data downwards and in my case its upward. for example in below data i want grouping on totals. Please help me to achieve this with same code as i might extend this into next level which is price range and actual price.
With reference to this https://chandoo.org/forum/threads/auto-grouping-vba.38130/#post-257062 solution. I am facing a little problem with the code because in this code its drilling the data downwards and in my case its upward. for example in below data i want grouping on totals. Please help me to achieve this with same code as i might extend this into next level which is price range and actual price.
Department | Category | Sub-category |
A | AB | ABA |
A | AB | ABA Total |
A | AB | ABB |
A | AB | ABB Total |
A | AB Total | |
A | AC | ACA |
A | AC | ACA Total |
A | AC | ACB |
A | AC | ACB |
A | AC | ACB Total |
A | AC Total | |
A Total |