I would like to split these texts into cells in excel:
Hello-HOW-are-YOU-DOING-!
This-is-not-my-name-.
Random-People-are-looking-?
No-!
It should basically look like that:
At the moment I am using this formula, which gives me just the first split:
=LEFT(Export!A2;FIND("-";Export!A2)-1)
Any recommendations how I can do the split automatically for each -
?
I appreciate your replies!
With data in B1; in C1 enter:
and copy across:
Or you could do this...
in cell D onwards since you already have
for the first cell