using calculated address?

  • Thread starter Thread starter jzemanek
  • Start date Start date
J

jzemanek

I have calculated an address using:
ADDRESS(MATCH(C188,C160:C184,0)-12,3,4)

This is equal to C9. How do I determine what's in the address?

Thanks, joeZ
 
Hi, jozey.

If your formula were in A1 and you wanted the contents of C9 to be displayed
in cell A2, you would put =INDIRECT(A1) in cell A2.
 
I have calculated an address using:
ADDRESS(MATCH(C188,C160:C184,0)-12,3,4)

This is equal to C9. How do I determine what's in the address?

Thanks, joeZy

=INDIRECT(ADDRESS(MATCH(C188,C160:C184,0)-12,3,4))


--ron
 

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