O
OnTheEdge
Anyone know of a function to paste comma delimited data that looks like this:
1,2,.3,4,5
into rows like this:
1
2
3
4
5
??
1,2,.3,4,5
into rows like this:
1
2
3
4
5
??
OnTheEdge said:Anyone know of a function to paste comma delimited data that looks like this:
1,2,.3,4,5
into rows like this:
1
2
3
4
5
??