Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Inserting copied rows

I need to copy 3 blank rows and insert them in every other row on the sheet.
Is there a way to insert multiple copied cells into multiple locations at one
time? Excel gives me the command cannot be performed with multiple
selections please select a single range error.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Inserting copied rows

.. need to copy 3 blank rows and insert them
But if the row is blank, there's no need to copy it, just insert??

Presuming you meant that you want to insert 3 blank rows in-between existing
rows, try this quick play using a helper col

With data assumed running in row 1 down, insert a new col B,
Put in B1: =MOD(ROWS($1:1)-1,4)
Copy B1 down to the last row of data. Then select all cols in your range,
sort by col B, ascending. That should return the desired results. Delete col
B to clean up.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"rgodchaux" wrote:
I need to copy 3 blank rows and insert them in every other row on the sheet.
Is there a way to insert multiple copied cells into multiple locations at one
time? Excel gives me the command cannot be performed with multiple
selections please select a single range error.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Inserting copied rows

That formula did not do anything.

But if the row is blank, there's no need to copy it, just insert?? No
because.......
There are no exisiting blank cells on the sheet. I have to copy three blank
rows at a time so that it inserts three blank rows at once. I don't want to
have to hit insert three times below each rows.

I have rows with 8 colums of text (A-H) and I need to place 3 blank rows in
between each row of text. There are 200+ rows of text that I have to insert
3 rows between each and when I tried to insert copied rows into multiple
location at one time it said I couldn't. I am trying to consolidate my time
by doing an insert one time for the entire sheet.

"Max" wrote:

.. need to copy 3 blank rows and insert them

But if the row is blank, there's no need to copy it, just insert??

Presuming you meant that you want to insert 3 blank rows in-between existing
rows, try this quick play using a helper col

With data assumed running in row 1 down, insert a new col B,
Put in B1: =MOD(ROWS($1:1)-1,4)
Copy B1 down to the last row of data. Then select all cols in your range,
sort by col B, ascending. That should return the desired results. Delete col
B to clean up.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"rgodchaux" wrote:
I need to copy 3 blank rows and insert them in every other row on the sheet.
Is there a way to insert multiple copied cells into multiple locations at one
time? Excel gives me the command cannot be performed with multiple
selections please select a single range error.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Inserting copied rows

In your other post to the other newsgroup you stated you wanted to insert "every
other row"

Which is it? Insert between each row or every other row?

I posted a macro which you can change to every row by changing the

Step -2 to -1


Gord Dibben MS Excel MVP

On Wed, 5 Mar 2008 15:54:00 -0800, rgodchaux
wrote:

That formula did not do anything.

But if the row is blank, there's no need to copy it, just insert?? No
because.......
There are no exisiting blank cells on the sheet. I have to copy three blank
rows at a time so that it inserts three blank rows at once. I don't want to
have to hit insert three times below each rows.

I have rows with 8 colums of text (A-H) and I need to place 3 blank rows in
between each row of text. There are 200+ rows of text that I have to insert
3 rows between each and when I tried to insert copied rows into multiple
location at one time it said I couldn't. I am trying to consolidate my time
by doing an insert one time for the entire sheet.

"Max" wrote:

.. need to copy 3 blank rows and insert them

But if the row is blank, there's no need to copy it, just insert??

Presuming you meant that you want to insert 3 blank rows in-between existing
rows, try this quick play using a helper col

With data assumed running in row 1 down, insert a new col B,
Put in B1: =MOD(ROWS($1:1)-1,4)
Copy B1 down to the last row of data. Then select all cols in your range,
sort by col B, ascending. That should return the desired results. Delete col
B to clean up.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"rgodchaux" wrote:
I need to copy 3 blank rows and insert them in every other row on the sheet.
Is there a way to insert multiple copied cells into multiple locations at one
time? Excel gives me the command cannot be performed with multiple
selections please select a single range error.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
INSERTING COPIED ROWS rgodchaux Excel Discussion (Misc queries) 1 March 6th 08 02:17 AM
Please help - Inserting copied cells question [email protected] Excel Discussion (Misc queries) 3 June 30th 07 10:15 PM
Inserting Blank rows after every row upto 2500 rows Manju Excel Worksheet Functions 8 August 22nd 06 12:54 PM
blank rows between copied rows Arif Excel Discussion (Misc queries) 2 May 5th 06 12:18 PM
Inserting Copied Row To Always Insert Above Sub Total Jamess Excel Worksheet Functions 0 November 9th 05 11:09 PM


All times are GMT +1. The time now is 02:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"