Snackan1986
New Member
- Joined
- Mar 27, 2016
- Messages
- 10
Hi,
How can I offset rows based on other cells value.
Let´s say cell value of cell B2 = 2
In cell B10: = Offset(B10, B2, 0)
In this case it should be offset with 2 rows based on cell B2 value. I can probably solve it through a function in VBA but how can I solve it without VBA?
Thanks
How can I offset rows based on other cells value.
Let´s say cell value of cell B2 = 2
In cell B10: = Offset(B10, B2, 0)
In this case it should be offset with 2 rows based on cell B2 value. I can probably solve it through a function in VBA but how can I solve it without VBA?
Thanks