String is "TABLE1[ROW1]"
Using Find and Replace the substring "TABLE1" should be replaced such that [ROW1] is retained after replacement.
Final String after replacement
INDIRECT(D1&"[ROW1]")
I am having trouble with inserting ") After [ROW1].
I have seen some samples for retaining using "^&", but no solution to this problem.
Kindly Help. Thanks.