1
Hello ! I have a spreadsheet with two tabs: In PLAN1 I have a single column with several data, but they do not follow a sequence. The values that can be found in this column are: Product code (Ex: AAA7X), A xxxx, B xxxx, C xxxx, D xxxx, E xxxx, F xxxx, G xxxx and Total xxxx. I need the values that are between one product code and another to be copied and pasted into a line in PLAN2. In PLAN2 I have a header with the possible data to be found in the PLAN1 column. Follow the images:
I am learning VBA with the Macros recording, but this one I can not perform the collage in the correct columns ! I would like a help in programming the code, as I do to run the copy and paste cells in the corresponding column and for it to go to the next line in Plan2 when a new product code is found in Plan1 ! Thank you
In the case shown probably not yet need VBA, I believe that with join some formulas will be able to do what you want. I would like to confirm if the code can repeat the letter, example, if there can be a
A 15000
and aA 13580
or up to three codes started withA
for the same product, in the case ofAA75Y
? And would have ready the code of all products?– Evert