Mar 11, 2011 #1 sap1958 Technical User Oct 22, 2009 138 US Edit 1 ESC 1 Provider Cerificaton I want to exclude the Edit 1 ESC. I want to show the following in separate columns: Code Reason 1 Provider Certification I am thinking I need a right(len) statement of some type. Any ideas??
Edit 1 ESC 1 Provider Cerificaton I want to exclude the Edit 1 ESC. I want to show the following in separate columns: Code Reason 1 Provider Certification I am thinking I need a right(len) statement of some type. Any ideas??
Mar 11, 2011 1 #2 randy700 Programmer Sep 25, 2003 2,384 US How about? If [blue]Edit 1 ESC 1 Provider Cerificaton[/blue] is in cell A2: Code: =mid(A2,12,1) =right(A2,Len(A2)-14) Randy Upvote 0 Downvote
How about? If [blue]Edit 1 ESC 1 Provider Cerificaton[/blue] is in cell A2: Code: =mid(A2,12,1) =right(A2,Len(A2)-14) Randy
Mar 11, 2011 1 #3 S SkipVought Programmer Dec 4, 2001 47,489 US hi, just ONE cell or a bunch in a column? same values to remove (Edit 1 ESC) or different? another option could be Data > Text to columns -- FIXED WIDTH. Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
hi, just ONE cell or a bunch in a column? same values to remove (Edit 1 ESC) or different? another option could be Data > Text to columns -- FIXED WIDTH. Skip, Just traded in my old subtlety... for a NUANCE!