Split the names by space

L

learning_codes

Hi,

I need your help. I'm trying to break three words in one columns by
space into three different columns.

example: Address

- 45 Waterfront Road (one column)

change to:

- 45 (first column)
- Waterfront (second column)
- Road (third column)

Your help would be much appreciated.

Thanks
 
Top