drop down list displaying number and text but only storing number

D_Miller

New Member
Joined
Dec 17, 2019
Messages
15
Office Version
  1. 2016
Hi Excel Gurus,

I want to create a drop down list with a set of values in a range from 1 to 5 but I also want the user to have an explanation of what the range means. E.g"
1 - Very Low
2. - Low
3 - Medium
4 - High
5 - Very High.

I want to show the above in the drop down list. However after the user selects and option I would like the number (1-5) only to be stored in the cell. The reasons for this is I would like to some analysis on the enter numeric scores.

Any assistance will be greatly appreciated.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
For example, you can have in cell D4 your list and in another cell, D3, a formula to obtain the number:

1587098409223.png



Dante Amor.xlsm
ABCDE
1
2
33
43 - Medium
5
6
Hoja7
Cell Formulas
RangeFormula
D3D3=LEFT(D4)+0
 
Upvote 0
Thanks for the feedback Dante,

However I don't want the "-Medium" to show in cell D4 at all.

Is what I am asking even possible in Excel? In Microsoft Access this can be done very easily so I thought it can also be accomplished in Excel.
 
Upvote 0
Put 1,2,3,4,5 in a column of cells.
Format the first cell with the custom format 0" - VeryLow"
Format the second cell with the custom format 0" -Low"
etc.

Use those five cells as the source for the drop-down. The linked cell will show the underlying value.
 
Upvote 0
Thanks for the quick response Mike, that is exactly what I was looking for Cheers.

Stay Safe.

D
 
Upvote 0
Hey Guys I have a related question.

When I make the columns smaller the writing in the list also shrinks so that the persons who needs to select the options cannot fully see the text. Is there a way to have the entire list data shown irregardless of the column size?
 
Upvote 0
I don't know of any way to effect the width of the dropdown box, but if you used abreviation, it would make each list entry narrower
1-v.low
2- low
3-high
4-v.high
 
Upvote 0
OK Thanks so much Mike.

I come from a MS Access background and you can actually do this in there. Oh well.!

Thanks for all you great help already.
 
Upvote 0
Excel is a grid, a spreadsheet. Maintaining that grid i.e. keeping every cell in the proper column and row is an overriding feature of excel. Widening the dropdown would put it into the next column. That probably why Access has that feature but Excel doesn't
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,276
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top