CHOOSE from a column

  • Thread starter Thread starter FARAZ QURESHI
  • Start date Start date
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...)?
 
Great! Thanx! By the way, does that mean the Choose function can't be used
for an entire column or a large array?
 
Do it this way:

=INDEX(A:A,3)

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

Hope this helps.

Pete
 

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