How to use indirect function?

G

Guest

Does anyone know how to use indirect functionj?
=MIN(Sheet2!A1:A500), I would like to add an integer on B colume
=Indirect("MIN(Sheet2!A"&1+B1&":A3"), but it returns #REF!.
Does anyone have any suggestion how to apply Indirect function to perform
above task?
Thanks you in advance
Eric
 
B

Bob Phillips

=MIN(INDIRECT("Sheet2!A"&(1+B1)&":A3"))

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Top