Hi I have imported some raw data on sales and need to manipulate it so that i have 1 column for Date, 1 for sales and 1 for quantity.
So i'm trying to create a macro that inserts new rows, inserts 3 new columns "date,sales,qty", then transponses my values down.
I've made a demo spreadsheet showing what i need!
I'm new to VBA, managed to record a macro that did it for one product but i cant do it for more than one because my relative references screw up.
Here's a link to dropbox...https://dl.dropboxusercontent.com/u/43697423/Macro HELP.xlsx
If anyone can help me or guide me into what i need to do that would be great!
Sam
So i'm trying to create a macro that inserts new rows, inserts 3 new columns "date,sales,qty", then transponses my values down.
I've made a demo spreadsheet showing what i need!
I'm new to VBA, managed to record a macro that did it for one product but i cant do it for more than one because my relative references screw up.
Here's a link to dropbox...https://dl.dropboxusercontent.com/u/43697423/Macro HELP.xlsx
If anyone can help me or guide me into what i need to do that would be great!
Sam