Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
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 firstly, is there a reason my current formula creates the leading space?, secondly if my formula is correct how do i combine the Trim function ?
Thanks for your help.
=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 firstly, is there a reason my current formula creates the leading space?, secondly if my formula is correct how do i combine the Trim function ?
Thanks for your help.