Duplicate all of the rows in a worksheet

E

eagertolearn

Hi,

Can someone help me?

I have a worksheet that is comprised of 1200 rows of information. How
can I duplicate every row of information so that each row now has a
duplicate of itself immediately after itself

eg. (original data)

John Smith
Tina Jones
Linda Basil

(new data)

John Smith
John Smith
Tina Jones
Tine Jones
Linda Basil
Linda Basil

Thank you.
 
J

JP

One way is to simply highlight the entire data block, copy and paste
below the original data, then sort by the name column.

HTH,
JP
 
E

eagertolearn

One way is to simply highlight the entire data block, copy and paste
below the original data, then sort by the name column.

HTH,
JP

Ah, yes! So simple indeed! I appreciate your quick response.

~eagertolearn~ ;-)
 
E

eagertolearn

Try this:

=OFFSET($A$1,INT((ROWS($1:1)-1))/2,0)

Excuse my ignorance, Teethless, but exactly where do I put the
formula? Is there any particular cell?
 

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