Do you mean that you have two numbers representing the row and column
numbers of the reference that you want, for example 1 (column) and 55 (row)
from which you want the reference A55? If so, use
OFFSET($A$1,row-1,column-1)
which, in your example, would be equivalent to
OFFSET($A$1,54,0)