Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=A1*Indirect("Sheet2!a" & row(A1))
would be one way. This wouldn't be affected by changes on Sheet2, but could be affected by changes on the sheet with the formula. -- Regards, Tom Ogilvy "john" wrote: wrote: Assuming that sheet2!a1 contains the cell reference, then the formula is wrong - it should be =A1*INDIRECT(Sheet2!a1) No, I meant the question exactly as I asked it. sheet2!a1 contains a value, not a formula or cell reference. The purpose of the INDIRECT function here is to let me rearrange cells in sheet2 without affecting formulas in sheet1. In any case, removing the quotes doesn't work. -- John Uebersax |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Relative Addressing not working | Excel Worksheet Functions | |||
Indirect function €“ relative column copy/paste | Excel Worksheet Functions | |||
Relative addressing | Excel Worksheet Functions | |||
Relative Addressing | Excel Discussion (Misc queries) | |||
Indirect function - relative reference | Excel Programming |