Hello, i want to use the following formula to swap the order of names within a cell, however it is creating a leading space, before the first name.
=MID(A2&" "&A2,FIND(",",A2)+1,LEN(A2))
I know the Trim function can remove this, but not sure how to combine into this formula.
So my question is...