Hello,
I would like to convert first letter into Upper case and rest is lower case.
For example:
| | Before | After |
| 1 | APPLE | Apple |
| 2 | banana | Banana |
| 3 | LeMoN | Lemon |
I could use text to column tool and separate the first letter and the rest of letters. And I convert the first split into upper case, then the second split into lower case. Then combine them together. However, I am wondering if there is simpler way to convert the fist letter into Upper case at once.
Sincerely,
Kazumi