The cell d2 contains a number ,suppose it is 4.
I want to set the offset's reference as a5.
"a"&text(d2+1,0) can express string a5,i want to call data in range from a5 until a9.
OFFSET("a"&text(d2+1,0),0,0,5,1)
Why offset function in excel can't accept "a"&text(d2+1,0) as a5?
How to fix the offset function expression in excel?