View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adam Adam is offline
external usenet poster
 
Posts: 287
Default Hopefully an easy one - turning a list into a row

Hi

I am trying to convert a column of numbers into a row with separating
characters (|) inserted between each occurrence

So from this

00030707
039027258
060004239
060004882

To this

00030707|039027258|060004239|060004882

The other thing is that this column can have of any amount of numbers listed
in it.


Any ideas?

Many thanks