I have a column in Sheet 2 which can vary in size. In sheet 1 I want to have this same column of data, but I need to have the data _repeated_. So for example, it would be nice to have a formula in sheet 1 which I could drag down to say 10,000 rows which would just loop the row data that I have in sheet 2.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
ffice
ffice" /><o
> </o
>
Any hints on how I could do this?
<o
> </o
>
<o
> </o
>
As a general side question, I was trying to do something like:
<o
> </o
>
=match(8,B3:B100,0)
<o
> </o
>
…which gives me the right row number, but if I wanted the cell to have a value of a certain other row + column.
<o
> </o
>
i.e.
=”g”&match(8,B3:B100,0)
<o
> </o
>
Would give me “G1” as the value in the cell, but what would I need to do to make the cell value = the VALUE of whatever is in cell G1? (i.e. 77.88)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
Any hints on how I could do this?
<o
<o
As a general side question, I was trying to do something like:
<o
=match(8,B3:B100,0)
<o
…which gives me the right row number, but if I wanted the cell to have a value of a certain other row + column.
<o
i.e.
=”g”&match(8,B3:B100,0)
<o
Would give me “G1” as the value in the cell, but what would I need to do to make the cell value = the VALUE of whatever is in cell G1? (i.e. 77.88)