#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Duplicate Rows

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?
--
Nate
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 222
Default Duplicate Rows

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.
--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"Nate" wrote:

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?
--
Nate

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Duplicate Rows

Thanks JB. Is there a way to make it dynamic so I can copy it righ across
rows also?
--
Nate


"JBeaucaire" wrote:

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.
--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"Nate" wrote:

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?
--
Nate

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 222
Default Duplicate Rows

What do you mean?

--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"Nate" wrote:

Thanks JB. Is there a way to make it dynamic so I can copy it righ across
rows also?
--
Nate


"JBeaucaire" wrote:

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.
--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"Nate" wrote:

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?
--
Nate

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
duplicate rows robert morris Excel Discussion (Misc queries) 3 April 11th 08 04:16 PM
Duplicate rows into new rows based on row value Tom Excel Worksheet Functions 5 March 29th 08 05:32 PM
Duplicate Rows jdkapa Setting up and Configuration of Excel 0 December 5th 05 12:50 AM
Duplicate Rows instauratio Excel Discussion (Misc queries) 1 June 6th 05 08:36 PM
Duplicate Rows TO Excel Worksheet Functions 2 November 12th 04 06:55 PM


All times are GMT +1. The time now is 05:43 AM.

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"