Dear all,
Since I'm fairly new to the whole concept of VBA/Macro I need help. I've attached a sample document in order to create a more tangible situation.
I'm in the process of creating a management dashboard and I want to include a trend analysis. I'm receiving several data dumps (Forecast & Budget) every week and made a Dashboard sheet linked to these data dumps with the use of formula's. Included in these formula's is an IF formula where blank cells return as "". This enables me to stretch the formula's down in order to always have all data in that one sheet eventhough the data dump get's longer for example.
The Macro I would like to create is to copy the weekly data from the Dashboard (Location of the Macro button) sheet into the Trend data sheet with exception of the project manager column. Every week we copy the data it pastes the data below last weeks data. To seperate the two weeks I would the Macro to automatically add the week number of TODAY() (the week in which we used the Macro).
Problems arise because of the IF formula. The cells aren't actually empty so the Macro copies 'empty cells'. Resulting in loads of empty rows every week in between. Secondly I have no idea how to add a data stamp in every row of which the Macro copied data.
I've started the code in my original file, it actually copies the data and pastes it under the previouse week:
Can someone please help?![]()
Please Login or Register to view this content.
Thanks in advance.
Regards,
Max
Excel Forum Test file.xlsx
Bookmarks