criscocube
New Member
- Joined
- Jan 4, 2017
- Messages
- 19
Hi all,
Simple question, but I am confused... tried using versions of indirect and concetenate with no luck.
How do I set the below formula range to be based off the value of a cell?
The cell I am getting the value for e.g. has the value of "J3" (it comes from the formula:
)
Thanks!
Simple question, but I am confused... tried using versions of indirect and concetenate with no luck.
How do I set the below formula range to be based off the value of a cell?
Code:
=INDEX([I][B][U]valueofcell[/U][/B][/I]:$M$2,MATCH(TRUE,[I][B][U]valueofcell[/U][/B][/I]:M3>0,0))
The cell I am getting the value for e.g. has the value of "J3" (it comes from the formula:
Code:
=ADDRESS(A3,C3+6,4)
Thanks!
Last edited: