Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to copy formula's on the same worksheet with references to
different worksheets within the same document, is there a way to do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to copy formula's on the same worksheet with references to
different worksheets within the same document, is there a way to do this? The INDIRECT function might help. See Excel's built-in Help about INDIRECT. Below is a simple example as a csv file. --------------- cut here ------------- Sheet1,"=INDIRECT(A1&""!D3"")" Sheet2,"=INDIRECT(A2&""!D3"")" Sheet3,"=INDIRECT(A3&""!D3"")" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDIRECT("Sheet" & (ROW()-1) & "!E3")
Gord Dibben MS Excel MVP On Tue, 13 May 2008 11:22:01 -0700, c-cat wrote: I am trying to copy formula's on the same worksheet with references to different worksheets within the same document, is there a way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy formula to new workbook without [REFERENCE] | Excel Discussion (Misc queries) | |||
copy worksheet without reference to old .xls file | Excel Discussion (Misc queries) | |||
Using a cell reference to copy rows to a new worksheet | Excel Discussion (Misc queries) | |||
Copy worksheet & maintain cell reference across worksheets | Excel Worksheet Functions | |||
HOW DO I COPY FORMULA WITHOUT CHANGING CELL REFERENCE | Excel Discussion (Misc queries) |