View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Invert Cell contents

Something like this:

=MID(A2,FIND(" ",A2)+1,255)&" "&LEFT(A2,FIND(" ",A2)-1)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Mike F" wrote:

I have a cell with the name Doe Jane.
Is there a way I can invert the information in the cell to read 'Jane Doe'?