Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
issue copying data | Excel Discussion (Misc queries) | |||
Color formatting issue when copying excel sheet from workbook to o | Excel Discussion (Misc queries) | |||
copying the Hyperlink function result without copying the actual formula | Excel Worksheet Functions | |||
Chart Copying Issue | Charts and Charting in Excel | |||
Issue with copying Text. | Excel Discussion (Misc queries) |