Hi there,
I am looking at extracting several words from a text string.
In this example:
#interestedin-bus #interestedin-car #interestedin-train #interestedin-bus #interested-in-bike #interested-in-car
I need bus car train bus bike car returned ideally in multiple cells so I can analyse their frequency.
I have tried the =RIGHT(A2,LEN(A2)-SEARCH("-",A2)) but it only picks up the first instance. I then thought I could transpose the text into multiple cells and then run this formula but can't work out how to transpose using blank spaces.
Any help, much appreciated.
I am looking at extracting several words from a text string.
In this example:
#interestedin-bus #interestedin-car #interestedin-train #interestedin-bus #interested-in-bike #interested-in-car
I need bus car train bus bike car returned ideally in multiple cells so I can analyse their frequency.
I have tried the =RIGHT(A2,LEN(A2)-SEARCH("-",A2)) but it only picks up the first instance. I then thought I could transpose the text into multiple cells and then run this formula but can't work out how to transpose using blank spaces.
Any help, much appreciated.