k3yn0t3
New Member
- Joined
- Oct 5, 2023
- Messages
- 42
- Office Version
- 365
- Platform
- Windows
Hi all. Quick question:
Does anyone know how to update the formula in I22 to make it be fed by the cell reference i hardcoded into A19? I tried replacing the H60 in the Indirect formula with "text(A19))" but that doesn't work.
The reason I would like to do this is so that I can copy and paste this formula into cells I29:L29 and still have it go to same cell in Factory_2's sheet.
Thank you in advance.
Best regards,
Sam
Does anyone know how to update the formula in I22 to make it be fed by the cell reference i hardcoded into A19? I tried replacing the H60 in the Indirect formula with "text(A19))" but that doesn't work.
The reason I would like to do this is so that I can copy and paste this formula into cells I29:L29 and still have it go to same cell in Factory_2's sheet.
Excel Formula:
=+INDIRECT($C$20&"!"&CELL("ADDRESS",H60))
Thank you in advance.
Best regards,
Sam
Factories_v20.xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
19 | H60 | Average Growth Rate | ||||||||||||
20 | 1 | Factory_1 | ||||||||||||
21 | Live: Case 1 | --% | --% | --% | --% | |||||||||
22 | Case 1 | --% | --% | --% | --% | |||||||||
23 | Case 2 | --% | --% | --% | --% | |||||||||
24 | Case 3 | --% | --% | --% | --% | |||||||||
25 | Case 4 | --% | --% | --% | --% | |||||||||
26 | ||||||||||||||
27 | H60 | 2 | Factory_2 | |||||||||||
28 | Live: Case 1 | --% | --% | --% | --% | |||||||||
29 | Case 1 | --% | --% | --% | --% | |||||||||
30 | Case 2 | --% | --% | --% | --% | |||||||||
31 | Case 3 | --% | --% | --% | --% | |||||||||
32 | Case 4 | --% | --% | --% | --% | |||||||||
Assume_xl2bb |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E21,E28 | E21 | =+TEXT("Live: "&OFFSET(E21,$E$5,),) |
I21:L21,I28:L28 | I21 | =+OFFSET(I21,$E$5,) |
I22:L22,I29:L29 | I22 | =+INDIRECT($C$20&"!"&CELL("ADDRESS",H60)) |
I23:L25,I30:L32 | I23 | =+I22 |
A27 | A27 | =+A19 |
B27 | B27 | =+B20+$E$15 |
C27 | C27 | =+$C$15&$B27 |