Help Me Please -
As long as there are 2 words separated by a comma you can use
=TRIM(MID(A1,FIND(",",A1)+1,255))&" "&TRIM(LEFT(A1,FIND(",",A1)-1))
Adjust to fit your cell ranges and copy down, then copy and paste special as
values either over the old values or better in place and make sure
everything went OK
--
Regards,
Peo Sjoblom
"Yossy" wrote in message
...
Please I need help with this. I have series of values like this --
Animals,
Domestic. How do I change them all to be like this Domestic Animals.
Thus, I
want to remove all commas and swap the first word to the last.
The above is an example. I have multiples of various information like
this.
All help totally appreciated.
Thanks
|