Hi,
Column A has a list of fruit.
A1: orange
A2: orange
A3: orange
A4: kiwi
A5: kiwi
A6: blueberry
Requesting VBA to loop thru column A. Then Copy value to cell B1 until value changes. Then cell C1 etc.
in example, result is:
col b has b1 thru b3 with orange, col c has c1 thru c2 with kiwi and d1 has blueberry.
Thanks
Column A has a list of fruit.
A1: orange
A2: orange
A3: orange
A4: kiwi
A5: kiwi
A6: blueberry
Requesting VBA to loop thru column A. Then Copy value to cell B1 until value changes. Then cell C1 etc.
in example, result is:
col b has b1 thru b3 with orange, col c has c1 thru c2 with kiwi and d1 has blueberry.
Thanks
Last edited: