Hi,
I have a list in column A with data. In column B is frequency of data that i will have in column D. I try to make a VBA code which will copy value from A1 and paste it in D1,D2,D3 based od value in B1. So if I have:
(A1) AAA (B1) 3
(A2) BBB (B2) 2
(A3) CCC (B3) 3
I would like to have another column (D) with data
(D1) AAA
(D2) AAA
(D3) AAA
(D4) BBB
(D5) BBB
(D6) CCC
(D7) CCC
(D8) CCC
Copy value in A and paste it in D based od Frequency given in column B.
Thanks![]()
Bookmarks