This seems quite simple to me but i'm a bit rusty and i just cant figure it out.
I have a table full of orders (which gets added to) with
order number/garment type/design type/fabric colour/printing colour/size
eg:
10000001/tshirt/frog/green/black/XL
i want to order them, starting with the most popular items, by colour and design, so ignoring size and order number
Cant get my head round how to total up each combination and then order them. Hopefully not pivot tables as im not too good with those! VBA and macros would probably be okay though....
I have a table full of orders (which gets added to) with
order number/garment type/design type/fabric colour/printing colour/size
eg:
10000001/tshirt/frog/green/black/XL
i want to order them, starting with the most popular items, by colour and design, so ignoring size and order number
Cant get my head round how to total up each combination and then order them. Hopefully not pivot tables as im not too good with those! VBA and macros would probably be okay though....