How can I convert text to reference ? Ex: ISNUMBER(ADDRESS(6;10;2.

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

Guest

I'm trying to use above function to avoid doing it by coding. However ADDRESS
function returns text and I cannot convert it to a reference, in order to use
its result as input to other functions (like ISNUMBER or CELL).
 
If I understand you correctly, try

=INDIRECT(ADDRESS(G7,H7))

for example

HTH,
Bernd
 

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