Thread: Separating Data
View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
igor igor is offline
external usenet poster
 
Posts: 31
Default Separating Data

Or you can use the following formula:

=right(A1,4) in the next column and drag it thru 4000 rows


hope it helps