ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Copy formula with row automatically modified not column (https://www.excelbanter.com/excel-worksheet-functions/222968-copy-formula-row-automatically-modified-not-column.html)

Paul

Copy formula with row automatically modified not column
 
Hi,

I am trying to figure out a means to copy a formula across multiple columns
so that the row value increments automatically but not the column value. For
example:

The first cell, A1, has a formula of: =Sheet1!K110
After copy/paste, Cell B1 should have: =Sheet1!K114
After copy/paste, Cell C1 should have: =Sheet1!K118
After copy/paste, Cell B1 should have: =Sheet1!K122

The sheet I am working on has probably 200 such cells so being able to do
this via copy/paste would be ideal compared to editing each cell one-by-one.

Thank you for your help.

PS


T. Valko

Copy formula with row automatically modified not column
 
Try this:

=INDEX(Sheet1!$K110:$K300,COLUMNS($A1:A1)*4-3)

Copy across as needed. Adjust the end of range: $K300 as needed.

--
Biff
Microsoft Excel MVP


"Paul" wrote in message
...
Hi,

I am trying to figure out a means to copy a formula across multiple
columns
so that the row value increments automatically but not the column value.
For
example:

The first cell, A1, has a formula of: =Sheet1!K110
After copy/paste, Cell B1 should have: =Sheet1!K114
After copy/paste, Cell C1 should have: =Sheet1!K118
After copy/paste, Cell B1 should have: =Sheet1!K122

The sheet I am working on has probably 200 such cells so being able to do
this via copy/paste would be ideal compared to editing each cell
one-by-one.

Thank you for your help.

PS




Paul

Copy formula with row automatically modified not column
 
Hi Biff,

Thanks alot, this worked great!

PS


"T. Valko" wrote:

Try this:

=INDEX(Sheet1!$K110:$K300,COLUMNS($A1:A1)*4-3)

Copy across as needed. Adjust the end of range: $K300 as needed.

--
Biff
Microsoft Excel MVP


"Paul" wrote in message
...
Hi,

I am trying to figure out a means to copy a formula across multiple
columns
so that the row value increments automatically but not the column value.
For
example:

The first cell, A1, has a formula of: =Sheet1!K110
After copy/paste, Cell B1 should have: =Sheet1!K114
After copy/paste, Cell C1 should have: =Sheet1!K118
After copy/paste, Cell B1 should have: =Sheet1!K122

The sheet I am working on has probably 200 such cells so being able to do
this via copy/paste would be ideal compared to editing each cell
one-by-one.

Thank you for your help.

PS





Shane Devenshire

Copy formula with row automatically modified not column
 
Hi,

Here is another option:

=INDIRECT("Sheet1!K"&106+COLUMN()*4)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Paul" wrote:

Hi,

I am trying to figure out a means to copy a formula across multiple columns
so that the row value increments automatically but not the column value. For
example:

The first cell, A1, has a formula of: =Sheet1!K110
After copy/paste, Cell B1 should have: =Sheet1!K114
After copy/paste, Cell C1 should have: =Sheet1!K118
After copy/paste, Cell B1 should have: =Sheet1!K122

The sheet I am working on has probably 200 such cells so being able to do
this via copy/paste would be ideal compared to editing each cell one-by-one.

Thank you for your help.

PS


T. Valko

Copy formula with row automatically modified not column
 
You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Paul" wrote in message
...
Hi Biff,

Thanks alot, this worked great!

PS


"T. Valko" wrote:

Try this:

=INDEX(Sheet1!$K110:$K300,COLUMNS($A1:A1)*4-3)

Copy across as needed. Adjust the end of range: $K300 as needed.

--
Biff
Microsoft Excel MVP


"Paul" wrote in message
...
Hi,

I am trying to figure out a means to copy a formula across multiple
columns
so that the row value increments automatically but not the column
value.
For
example:

The first cell, A1, has a formula of: =Sheet1!K110
After copy/paste, Cell B1 should have: =Sheet1!K114
After copy/paste, Cell C1 should have: =Sheet1!K118
After copy/paste, Cell B1 should have: =Sheet1!K122

The sheet I am working on has probably 200 such cells so being able to
do
this via copy/paste would be ideal compared to editing each cell
one-by-one.

Thank you for your help.

PS








All times are GMT +1. The time now is 06:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com