Not sure what your needs are, but the INDIRECT function may be of use. It
doesn't really create an "absolute" reference, but it can create a reference
that will not change.
=INDIRECT("A1")
This will always point to cell A1, even if new cells are inserted or the
original A1 is deleted.
HTH,
Elkar