dutchmenqb
New Member
- Joined
- Jul 6, 2016
- Messages
- 19
Hello,
Struggling with the following formula. I'm assuming my issue is with the variables in the Row, Column, and Match areas since the formula works just find when I use a specific range on Excel itself. However, the row number needs to change so I'm stuck needing to use a variable. How should I be entering the variables into this formula?
cellNo2 is a row number found with a similar formula earlier in the code.
=ADDRESS(ROW(B & cellNo2 & :Q & cellNo2), COLUMN(B & cellNo2 & :Q & cellNo2) + MATCH(T1,B & cellNo2 & :Q & cellNo2, 0) - 1)
Thank you
Struggling with the following formula. I'm assuming my issue is with the variables in the Row, Column, and Match areas since the formula works just find when I use a specific range on Excel itself. However, the row number needs to change so I'm stuck needing to use a variable. How should I be entering the variables into this formula?
cellNo2 is a row number found with a similar formula earlier in the code.
=ADDRESS(ROW(B & cellNo2 & :Q & cellNo2), COLUMN(B & cellNo2 & :Q & cellNo2) + MATCH(T1,B & cellNo2 & :Q & cellNo2, 0) - 1)
Thank you