or If You like VBA like meYou can use this small UDF
![]()
Function name(rng) Dim tb As Variant tb = Split(Left(rng, Len(rng) - 2), ",") name = tb(1) & " " & tb(0) End Function
or If You like VBA like meYou can use this small UDF
![]()
Function name(rng) Dim tb As Variant tb = Split(Left(rng, Len(rng) - 2), ",") name = tb(1) & " " & tb(0) End Function
Regards
tom1977
If You are satisfied with my solution click the small star icon on the left to say thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks