K
keri
Hi,
I have a text string I need to split into seperate cells for each
word.
For example, if this was the value of A4;
The fat cat jumped over the mat
I would want;
B5 The
C5 fat
D5 cat
E5 jumped
etc etc
Each of the words in the string may be different lengths but they will
always be seperated by a space.
I have a text string I need to split into seperate cells for each
word.
For example, if this was the value of A4;
The fat cat jumped over the mat
I would want;
B5 The
C5 fat
D5 cat
E5 jumped
etc etc
Each of the words in the string may be different lengths but they will
always be seperated by a space.