Hello,
I think this is a pretty big ask... but maybe people can just chime in on pieces and we can build from there?
I have a worksheet with headings in row 7, a list of customers in column A, lists of products each customer sells in column B, and monthly sales information from columns C to N. The number of customers and products (ie. rows) will be volatile, but the number of months (ie. columns) will always be 14.
I would like to be able to run a macro to help out with the following:
The sheet would be continually updated, so it would make sense if each time the macro was run, the information was wiped and recreated.
Thanks for any help - I have little experience with coding or vba, so anything is much appreciated.
I think this is a pretty big ask... but maybe people can just chime in on pieces and we can build from there?
I have a worksheet with headings in row 7, a list of customers in column A, lists of products each customer sells in column B, and monthly sales information from columns C to N. The number of customers and products (ie. rows) will be volatile, but the number of months (ie. columns) will always be 14.
I would like to be able to run a macro to help out with the following:
- Create tabs for each unique customer value
- Copy and paste the headers and all of the information for that customer (columns A through N) to the new tab
- Create a linked (to each tab) summary tab of the totals, by month, for each customer
- Create a linked (to each tab) summary tab of the totals, by month, for each product
The sheet would be continually updated, so it would make sense if each time the macro was run, the information was wiped and recreated.
Thanks for any help - I have little experience with coding or vba, so anything is much appreciated.