I am getting in inexplicable result from a RIGHT(SEARCH()) formula.
My .csv import includes the field [Payroll Name} formatted as LastName, FirstName.
I found a name reversal formula on this thread:
RIGHT({Payroll Name}, SEARCH(‘,’, {Payroll Name})-...