I have extremely limited macro knowledge, literally learned about a week ago from watching various youtube videos and reading through forums. It feels like Excel can accomplish anything, however I was wondering if it’s possible to automate data to populate to a different formatted spreadsheet. Here is what I’m trying to do:
- I export raw data from a program but it is too messy with extra columns or useless information, it needs a lot of cleanup (let’s call this RawSpreadsheet). I managed to record a macro in a new spreadsheet (CleanupSpreadsheet) that will clean it up and sort it alphabetically.
- I then copy the output and paste into my formatted spreadsheet (FormattedSpreadsheet). However, does excel have functionality for the raw data to automatically populate into the formatted spreadsheet?
I feel I’m still having too many steps by copying data from RawSpreadsheet, pasting to CleanupSpreadsheet, and after the cleanup pasting again to the final FormattedSpreadsheet.
Is it possible to record a macro and when I open RawSpreadsheet I just enter a shortcut that will automatically clean up the data right from that spreadsheet and then automatically enter it to FormattedSpreadsheet?
To make things more complicated, every time I export raw data the spreadsheet's name will always change, so I wouldn't know how to create a macro in which the name will always be different. Can any of you point me in the right direction of what I need to learn to make this possible? Is it possible?
Bookmarks