![]() |
copy same formula with with different worksheet reference
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? |
copy same formula with with different worksheet reference
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"")" |
copy same formula with with different worksheet reference
=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? |
All times are GMT +1. The time now is 10:06 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com