I have a drop down list with some values and I want that when the value entered manually to the cell does not match the exact value of the list (lower and upper cases), the value entered to the cell is the one from the list (matching exactly lower and upper cases).
For example, let's say I have the following list:
One
Two
Three
And then I have a drop down list in cell A1 whose data comes from the previously mentioned list. If I manually enter "one", the cell will validate it and the word "one" will be the new value of that cell. The problem is, that the correct word is "One" (the first letter is a capital letter). So, is there a way where Excel can "correct" the manually entered word and if I write "one" for example, the value of the cell becomes "One"?
Thanks in advance,