Hello,
Problem:
I would like to capitalize the first letter for the first name and the first letter of the last name, for example, "john,doe".
Expected result:
john,doe ----> John Doe
What I used:
Replace(Dropdown1.Selected.Value,1,1,Left(Upper(Dropdown1.Selected.Value),1))
This formula allowed me to replace the first letter of the first name but I couldn't manage to implement it on the second part to make the last name's first letter uppercase.

Report
All responses (
Answers (