When I want to get value of the cell A1 in sheet, which name "sheet", I have to write function:
I woud like to "1" to be variable, and get this value of the cell G2.![]()
='SHEET'!A1
For excamle:
When G2 = 3, it makes:![]()
='SHEET'!A(G2)
What to do to make it work?![]()
='SHEET'!A3
Bookmarks