Duplicate Rows

N

Nate

I have a sheet with a number of rows which I'd like to be able to create 2
instances of with out having to copy paste etc. Is there a formula that will
return 2 instances of a specific data set?
 
J

JBeaucaire

I don't recommend a TON of these formula on a sheet all at once, performance
may become an issue.

If there is data in A1 and you want the data duplicated in cells H1 and H2,
use this formula:

=INDIRECT("A"&CEILING(ROW()/2,1))

.....and just copy down as far as you want "two" copies of every cell in
column A.

Now create one for the B column in column I and copy that down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top