not urgent

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

Guest

What function returns the contents of a cell given the row and column number?
For example, =DesiredFunction(10,10) should return the contents of J10
 
Did you try your suggestion?

That will result in a #REF! error. The indexed cell must be within the
reference, so

=INDEX(1:65536,10,10)

will work.
 
It would have been nice if I have written "offset" in the response like I did
in my worksheet when I tested it.

Thanks for catching it.
 
Thank you all very much. I can now get rid of my user defined function and
use something standard.
 

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