I have a spreadsheet in which there are rows of data entered which need to be split.
Currently this is a manual process, I have provided a link to the workbook when i have split the steps I have being doing into worksheets:
https://www.dropbox.com/s/0p3fg94pa61e4su/Example.xlsx?dl=0
When done manually the logical process is to first split by column E (Temp) and F (Location) as these are directly linked to eachother, then insert a blank row underneath so they are separated as shown in the worksheet step 1.
Then the next step is to split by column B Samples and copy the rows down from above in the range A:Y to reach the end result.
What is the best way to approach this as I am to use keyboard shortcuts to make it quicker but if it is possible to put this into a macro would save literally hours a week!
Regards.
I believe the following should work for you.
There were some ones in column to the right of column G. I didn't know if they were seeded data so I left them alone. You should be able to clear them out with a simple
.ClearContents
command if they are unnecessary.