View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JB JB is offline
external usenet poster
 
Posts: 115
Default How to get drop-down list to display text and #s but insert only#

-Create name MyList with 1 column
=Offset(Feuil1!$G$2;;;CountA(Feuil1!$G:$G)-1;1)
-Create drop/down list with Dara/Validation/List =MyList
-Modify name (3 columns)
=Offset(Feuil1!$g$2;;;CountA(Feuil1!$G:$G)-1;3)

http://cjoint.com/?cmmeIYLWy5

JB
http://boisgontierjacques.free.fr

On 10 fév, 00:06, JHartle wrote:
I am creating a survey and each cell has a drop-down list that displays the
Likert scale from 1-5. I would like the drop down list to display the Likert
description in the drop-down, for example: 1-Strongly Disagree, 2-Disagree,
3-Neutral, and so on up to 5. But when the user selects one of the options, I
would like only the number to be inserted into the field because we are
averaging the scores.