Sorry for the confusing title, I'm pretty confused myself.
Basically, what I'm trying to do is:
='Sheet 3'!(F2 in current worksheet)
So in Cell F2, I have a value of "G69"
The end result I want to achieve is
='Sheet3'!G69
On cell F2, my formula is:
=CONCATENATE("G", E2)
Bonus point if you can do this...:
='Sheet 3'!(Value of Concatenate("G",A1)
THANK YOU FOR ANY HELP YOU CAN PROVIDE!
EDIT: =INDIRECT("'Sheet 2'!F2")is the answer I was looking for. Thanks guys!