Hey everyone,
i got a problem..
i have list of projects within an excel file with details of them. one column has the project managers names.
i have to extract the name and use "search for users" to send them a reminder mail.

So i fill an string array with the names of these project managers:

the problem is - i only get an result when the name in the column is written like "Surname, name. I dont get a result/output when it's like "Name Surname"

what do i gotta do?
can i automate it like:
if there is not a "," in it do following: take name1 in varString1 + take name2 in varString2 then search for users "varString2 + ", " + varString1" ?