A AK New Member Feb 17, 2010 #1 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?
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?