how could I extract to 3 columns the following string format?
DATE SAMPLE OF STRING AMOUNT
first text is before the first occurrence of the space
2nd text is between the 1st space and the last space
3rd text is after the last space
say string is at A2
B2 = DATE
C2 = SAMPLE OF STRING (can contain more than 3 words)
D2 = AMOUNT
many many thanks
DATE SAMPLE OF STRING AMOUNT
first text is before the first occurrence of the space
2nd text is between the 1st space and the last space
3rd text is after the last space
say string is at A2
B2 = DATE
C2 = SAMPLE OF STRING (can contain more than 3 words)
D2 = AMOUNT
many many thanks