Cell Reference

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

Guest

Hi,
Is there a function or formula i can use to look up a value and then display
the cell reference ie C4?
Many thanks
Luke
 
if I read what you want correctly
try
=address(index(range,match(criteria,match,0)))
will give the cell address
 

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