Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
duplicate rows | Excel Discussion (Misc queries) | |||
Duplicate rows into new rows based on row value | Excel Worksheet Functions | |||
Duplicate Rows | Setting up and Configuration of Excel | |||
Duplicate Rows | Excel Discussion (Misc queries) | |||
Duplicate Rows | Excel Worksheet Functions |