ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Copying Formula Issue (https://www.excelbanter.com/excel-discussion-misc-queries/250798-copying-formula-issue.html)

Clint

Copying Formula Issue
 
Hello,
I'm using Excel 2003. Having an issue copying a formula with more increments
than 1. It is as follows;
I'm in sheet 2...

='SHEET1'!E1617

I'm trying to increase the E1617 by 8 for every cell I copy this formula to.
I have allot of cells to copy this to and have done it manually up to this
point. <
Please help.

JLatham

Copying Formula Issue
 
If you are just trying to 'fill' it into the column, then start with the
first 'copy' of it modified to
='Sheet1'!E1617+8
then in the cell below that (assuming it's cell B5 on some other sheet) in
B6 enter:
=B5+8
and fill down to increment each by 8.

If you are copying the original 'SHEET1'!E1617 to other cells somewhat
randomly, then manual alteration may be your only alternative.

"Clint" wrote:

Hello,
I'm using Excel 2003. Having an issue copying a formula with more increments
than 1. It is as follows;
I'm in sheet 2...

='SHEET1'!E1617

I'm trying to increase the E1617 by 8 for every cell I copy this formula to.
I have allot of cells to copy this to and have done it manually up to this
point. <
Please help.


Mike H

Copying Formula Issue
 
Hi,

Try this

=INDIRECT("'Sheet1'!E"&1617+(ROW(A1)-1)*8)

Mike

"Clint" wrote:

Hello,
I'm using Excel 2003. Having an issue copying a formula with more increments
than 1. It is as follows;
I'm in sheet 2...

='SHEET1'!E1617

I'm trying to increase the E1617 by 8 for every cell I copy this formula to.
I have allot of cells to copy this to and have done it manually up to this
point. <
Please help.


Clint

Copying Formula Issue
 
Mike H.
Thanks!!!! Your way seems to work. I don't much understand it but as long as
it works, I'm g2g!

"Mike H" wrote:

Hi,

Try this

=INDIRECT("'Sheet1'!E"&1617+(ROW(A1)-1)*8)

Mike

"Clint" wrote:

Hello,
I'm using Excel 2003. Having an issue copying a formula with more increments
than 1. It is as follows;
I'm in sheet 2...

='SHEET1'!E1617

I'm trying to increase the E1617 by 8 for every cell I copy this formula to.
I have allot of cells to copy this to and have done it manually up to this
point. <
Please help.



All times are GMT +1. The time now is 04:54 PM.

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