function which includes its own list - no table

C

catebekensail

Must you use a table?

Can you do something like this:

=index2(C4, ("m", "t", "w", "r", "f"))

where cell c4 contains a number used as an index into my list of letters

Thank you.
 
C

catebekensail

Looking all over for something like this ... and right after I post

choose().

Sorry for the noise.
 
C

Claus Busch

Hi,

Am Fri, 3 Jan 2014 08:48:39 -0800 (PST) schrieb (e-mail address removed):
choose().

you can also use INDEX. Then you have to write your characters as array:
=INDEX({"m";"t";"w";"r";"f"},C4)


Regards
Claus B.
 

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