Insert Row between items in list ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ...

I have an Excel sheet with 5,000 names in one column. Is there any fast way
to insert a row after every name so the names appear on every other row (i.e,
list will then occupy 10,000 rows, one empty row after each name)?

I can do this with a macro, but wanted to make sure there wasn't a simple
function or other Excel feature that is designed to do this.

Thanks for your help ...

bill
 
bill,
Use a blank adjacent column.
Fill in sequential numbers using 1 thru 5000 in the column.
Fill in another sequential list of 5000 numbers directly below (in the same column)
using... 1.1, 2.1 thru 5000.1.
Select the data and the new column then sort using the new column as the sort column.
Clear the numbered column.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"WCM" <[email protected]>
wrote in message
Hi ...
I have an Excel sheet with 5,000 names in one column. Is there any fast way
to insert a row after every name so the names appear on every other row (i.e,
list will then occupy 10,000 rows, one empty row after each name)?

I can do this with a macro, but wanted to make sure there wasn't a simple
function or other Excel feature that is designed to do this.

Thanks for your help ...
bill
 

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

Back
Top