Hi
Hard to explain this one.
In sheet 1 i have a list of products in Column A
Product1
Product2
Product 3
....
Product 3000
Etc
On sheet 2 I need to reference those cells, and expand it
So on sheet 2 I will end up with
product1
Product1
product1
product2
product2
product2
product3
product3
product3
etc.
In fact this list on sheet 2 will be expanded 20 times (so product 1 listed 20 times, then product2 listed 20 times etc)
This list is ongoing so when a new product is added on sheet 1 , i need to either automatically (or manually) update sheet 2)
My first thought was simply to replicate
So on sheet 2 have
=cell1
=cell1
=cell1
=cells2
=cells2
=cell2
etc, then replicate the above down, the next one woudld be=cell7 instead of =cell3
I hope that makes sense?
I have read a little about Rows() and Ofset(), but I just cant figure it out
Any ideas?
Hard to explain this one.
In sheet 1 i have a list of products in Column A
Product1
Product2
Product 3
....
Product 3000
Etc
On sheet 2 I need to reference those cells, and expand it
So on sheet 2 I will end up with
product1
Product1
product1
product2
product2
product2
product3
product3
product3
etc.
In fact this list on sheet 2 will be expanded 20 times (so product 1 listed 20 times, then product2 listed 20 times etc)
This list is ongoing so when a new product is added on sheet 1 , i need to either automatically (or manually) update sheet 2)
My first thought was simply to replicate
So on sheet 2 have
=cell1
=cell1
=cell1
=cells2
=cells2
=cell2
etc, then replicate the above down, the next one woudld be=cell7 instead of =cell3
I hope that makes sense?
I have read a little about Rows() and Ofset(), but I just cant figure it out
Any ideas?