CHOOSE from a column

F

FARAZ QURESHI

Any idea how to choose the third value from a large selection or full column,
instead of entering each and every cell address like: =CHOOSE(3,A:A), instead
of =CHOOSE(3,A1,A2,A3...)?
 
F

FARAZ QURESHI

Great! Thanx! By the way, does that mean the Choose function can't be used
for an entire column or a large array?
 
P

Pete_UK

Do it this way:

=INDEX(A:A,3)

(non-volatile). Check out the description of CHOOSE in XL Help.

Hope this helps.

Pete
 
D

Dave Curtis

Hi,
I don't think you can use it that way.
You can use

=INDEX(A:A,3,1)

Dave
 

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