A question about Vlookup(absolute cell references )

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Except using "$",is there another way to make absolute cell references?
 
larfy said:
Except using "$",is there another way to make absolute cell
references?

AFAIK, no.

The "$" is used just with the aim to have absolute cell references...

--
Hope I helped you.


Thanks in advance for your feedback.


Ciao


Franz Verga from Italy
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top