I'm trying to automate formatting a spreadsheet. I need to know how to select only a certain range of cells.
I need to select the range of cells between rows one and three. column B would always contain a number like 13529954, and move them to the end of the row above it.
Please look at the spreadsheet below. I have imported a TAB Delimited spreadsheet and formatted the way it is suppsoed to be. I just need some help on automating this. If you look in the formatted spreadsheet, you'll see that Tab B is the formatted one.
Basically, I need to copy the range of cells below the row with a conf. number (i.e. 13529954) and move them next to the time on that row (or move them up one row to the end of that range). Some have mulitple rows that need to be moved, this is where I'm confused. Please look at my code and point me in the right direction.