Hello,,
In Excel I would use text to columns to do what I'm trying to accomplish here but I would like to try a different approach. I'm really close but seem to have hit an impasse.
I have a name column that is formatted thusly Lastname, Firstname MI. where some employees do not have a middle initial. I want a column with the first name only and while I could do a vlookup against another sheet I want to solve it using a formula.
Employee Name contains the "Lastname, Firstname, MI. and the formula I have is:
=RIGHT([Employee Name]@row, LEN([Employee Name]@row) - FIND(", ", [Employee Name]@row))
It gives me Firstname MI so "Smith, John A." shows up as "John A." I'm trying to just have "John."
Thank you,
Khari