I have a log list of data with the first two columns as potential identifiers, as shown in shortened form in the image at Flickr (noobie – can’t post pictures):
http://farm8.staticflickr.com/7036/7114053281_30bf57300d.jpg
I have already sorted based on value Column B. I would like to be able to split this long set of data into separated lists of the four columns, with a single list containing one “Spot ID”, like this:
http://farm9.staticflickr.com/8160/6967974902_7f84b57e46.jpg
Column A “Frame #” is not critical, but I left it in since I wondered if it could be used to make the macro easier to run.
I have to process a lot of data like this, so I want to understand how I can modify the macro to send the separate lists to different sheets, rather than different columns, for instance.
In case you are wondering, the Frame # refers to a video micrograph frame, and the spot ID refers to a specific colloidal particle that was tracked. X Pos and Y Pos are X and Y coordinates, respectively.
Any help is much appreciated.
nan0guy
Try this, it uses a simple AUTOFILTER to get each row with the unique SPOT ID, the onlyh thing it doesn’t do is keep the … … …. … row in the middle, hopefully that’s not actually critical.