Ok, so how do you do the opposite? I have a column that was made quick and dirty, and now I want to break it up.
The column looks like [PrinterMake PrinterModel PrinterSerial#] basically 3 parts of information, each separated by a space. ( I ensured no spaces within each part of info.) How can I please divide this column into 3 separate columns?
Thanks!