Hi,
I am not long using VBA and have only written some small bits of code to date, but have been tasked with reducing time formatting to get desired format.
I have a weekly source file, which contains customers and billing qtys & values and a number of other columns not relevant to me.
The worksheet has the same amount of columns but amount of rows may differ weekly, anywhere from 40 -150 rows.
I want to write some code to allow me to copy this source worksheet & paste special the values into another sheet eg Sheet2
On this Sheet2, I then want to delete the columns not coloured orange as I don't need these and then sort the data remaining by the Column 17.
Then where the customer changes in Col 17, I want to cut this data & paste onto a new worksheet for each customer - usually only 5 customers, so I will have 5 new worksheets one for each customer in file.
Having done this for each worksheet, I then need to subtotal the values column 12 on each sheet by column 2
I have made some attempts but without any success - final attempt is on file, any help would be greatly appreciated
I have not used google share before pls let me know if it is visible,
https://docs.google.com/spreadsheets/d/1McO8yjtT3H3cb_vzz6jASzW7mCSzjHknlcTMOeKNpBI/edit?usp=sharing
I am not long using VBA and have only written some small bits of code to date, but have been tasked with reducing time formatting to get desired format.
I have a weekly source file, which contains customers and billing qtys & values and a number of other columns not relevant to me.
The worksheet has the same amount of columns but amount of rows may differ weekly, anywhere from 40 -150 rows.
I want to write some code to allow me to copy this source worksheet & paste special the values into another sheet eg Sheet2
On this Sheet2, I then want to delete the columns not coloured orange as I don't need these and then sort the data remaining by the Column 17.
Then where the customer changes in Col 17, I want to cut this data & paste onto a new worksheet for each customer - usually only 5 customers, so I will have 5 new worksheets one for each customer in file.
Having done this for each worksheet, I then need to subtotal the values column 12 on each sheet by column 2
I have made some attempts but without any success - final attempt is on file, any help would be greatly appreciated
I have not used google share before pls let me know if it is visible,
https://docs.google.com/spreadsheets/d/1McO8yjtT3H3cb_vzz6jASzW7mCSzjHknlcTMOeKNpBI/edit?usp=sharing