Hello everyone,
I need to extract the FirstName from cells in a particular format LastName,FirstName MiddleName1 MiddleName2
Note that LastName,FirstName has no space in between, only the comma so I adapted a formula I found on google to:
=MID(A10,SEARCH(",",A10,1)+1,SEARCH(" ",A10,SEARCH("...