Hello,
I want to extract the name of team member from an email adress, which I get as entry from the system in my sheet.
for example: joachim.armbruster@xxxxxxx.com it should be writte in another cell: Joachim Armbruster
I tried following formula:
=UPPER(LEFT([Mitarbeiter_System]@row)) + (MID([Mitarbeiter_System]@row, 2, 1) + MID([Mitarbeiter_System]@row), 3, FIND("@", [Mitarbeiter_System]@row) - 3))
but it does not work
many thanks and regards
Joachim