Hi!
I am trying to create a macro that would compare certain columns in range. In those columns there are "keys", and even if the column is different the same key always means the same thing.
I would like to move all similar keys to the same column, starting with the most common one and moving to the least common. The data can only be moved inside the original row, but column dosn't matter. Kind of like so:
¨
EXCEL_2018-09-14_06-50-58.png
Also, the key values are connected to the "trash", so when I move the key I need to move the whole range of cells inside the row to the next key.
I don't have any code yet, I was thinking that this should probably be done with loading all cell values from key-columns to an array with the cell value and location stored, but that is as far that I have come up with it.
Does anyone have any ideas on how to accomplish this?
Bookmarks