Due to an exporting problem with a program I am using for lease analysis, I am getting data from three fields exporting into one cell during a CSV export. This then throws off all of my other columns off by 2 cells.
Is there a way to split the information in this cell into three cells so I can import the data into a predefined table?
If it matters, the original fields are a suite size (number), start date (MM/DD/YY) and expiration date (MM/DD/YY). The exported cells contain the number, followed by 5 spaces, the date, followed by four spaces. This changes if the month is a single digit, in which case the space count is increased by one.
Is there a way to split the information in this cell into three cells so I can import the data into a predefined table?
If it matters, the original fields are a suite size (number), start date (MM/DD/YY) and expiration date (MM/DD/YY). The exported cells contain the number, followed by 5 spaces, the date, followed by four spaces. This changes if the month is a single digit, in which case the space count is increased by one.