Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
-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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down List - insert row? | Excel Discussion (Misc queries) | |||
display text depending on coice from drop down list | Excel Discussion (Misc queries) | |||
How do i insert a Address Bar kind of drop down list within MS Exc | Excel Discussion (Misc queries) | |||
Drop-Down List does not display choices | Excel Discussion (Misc queries) | |||
How do I insert a drop down list in a cell using | Excel Worksheet Functions |