Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default 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.

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
issue copying data Sj Excel Discussion (Misc queries) 2 August 16th 09 03:12 PM
Color formatting issue when copying excel sheet from workbook to o Sanjeev Excel Discussion (Misc queries) 1 July 23rd 08 08:44 PM
copying the Hyperlink function result without copying the actual formula mcheng Excel Worksheet Functions 2 June 9th 07 02:43 AM
Chart Copying Issue plh Charts and Charting in Excel 2 November 18th 06 03:09 AM
Issue with copying Text. David Excel Discussion (Misc queries) 2 December 17th 04 12:39 AM


All times are GMT +1. The time now is 03:21 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"