I am trying to create a master list of several excel data that I have. I have never worked with Excel + VBA programs/codes.
There are 2 columns in WorkSheet1. The Column1 is some sort of word(s), terminology and the Column2 holds the definition for Column1. Now, I have to copy the definition of that Column1 and put in the Column2(if empty, if not, then in Column3 or the next empty column) in WorkSheet2 right next to the corresponding Column1. Continue doing this for the rest of the Rows in WorkSheet1. Basically, there should not be any repetition of the same values. The Column1 in WorkSheet2 can have more than 1 definition Columns, as long as they are not the same.
Does this make sense? Is it possible to do something like this?
Thanks in advance!
Welcome to Excel VBA. If I understand your post correctly, this should give you (at the least basics of) what you are after. This may need to tweaking based on your specific workbook and data sets, but it will give you a GREAT start. There is a plethora of help available on all the methods / procedures I’ve used, and I’ve tried to comment well in English so you can understand what is happening.