Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can I Reference a Cell Number Dynamically?
As an example, =Total_Used!A10 On the current worksheet I will replicate this line, In Cell A1 I have =Total_Used!A7 Cell A2 I have =Total_Used!A14 Cell A3 I have =Total_Used!A21 And so on If I replicate this line on the current worksheet, it will say: Cell A4 I have =Total_Used!A22 instead of A28 (increments of 7) Is there a way to reference this cell in increments of 7? I can add a hidden column that has the row reference i.e. Cell X1 = 7, the say X2 = X1+7 But I cant figure out a way to use this cell X as the number portion of a cell call. i.e. Instead of =Total_Used!A14 To use something like =Total_Used!A(the value of X2) Is there a way to make do this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamically reference a cell based on cell content | Excel Discussion (Misc queries) | |||
How to reference cells dynamically | Excel Discussion (Misc queries) | |||
Dynamically-linked formula, cell reference in the string | Excel Worksheet Functions | |||
How to dynamically add a reference to personal.xls ? | Excel Programming | |||
Changing Reference Dynamically | Excel Programming |