I have one column, which contains number from 1 to 5. And if I show the autofilter dropdown list, it will look like:

sort smallest to largest
sort largest to smallest
sort by color
Clear filter form
Filter by color
Number filter
Search
(select All)
1
2
3
4
5

Is it possible to add the description to all the numbers in the dropdown list? For example,

sort smallest to largest
sort largest to smallest
sort by color
Clear filter form
Filter by color
Number filter
Search
(select All)
1 (Oregon)
2 (Washington)
3 (Florida)
4 (New York)
5 (California)


Thanks