View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom[_2_] Peo Sjoblom[_2_] is offline
external usenet poster
 
Posts: 964
Default 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