View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
IUM IUM is offline
external usenet poster
 
Posts: 1
Default how to display rows of data in a single column

I would like to set up a simple formula turn the follow array into a single
column:

123456
abcdef

result:
1
a
2
b
3
c
4
d
5
e
6
f
Thank you.