Cell link in a form listbox - can it show a word?

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

When I make a listbox with a range of words instead of numbers, the listbox
shows the words but the cell link cell shows 1 if it is the first word, 2 if
second, etc. Is there a way to make it show the word in the cell link?
Thanks
 
You can use a helper cell to translate that number to the words.

=index(rangeofwords,linkedcell)
 

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