If you want to get a value of [CELL] in [SHEET] and the cell position and sheet name are specified in cells A1 and A3, respectively, try this:
=INDIRECT("'"&A1&"'!"&A3)
When cells A1="Sheet1" and A3="A1", it returns a value of a cell A1 in a sheet "Sheet1"