• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Populating cells based on another value

AK

New Member
I have the following table


Item1 4

Item2 2


Based on this data, i want to populate cells in 6 rows (4 + 2) as follows:

Item1

Item1

Item1

Item1

Item2

Item2


This is because Item1 has a corresponding value of 4 and Item2 of 2 in the table above.


Can this be done without using VBA?
 
Back
Top