Hello everyone! I am having a bit of a problem with importing data from a text file... Here is the situation.
The current spreadsheet that I am working on has a number of hidden columns, and I am importing data from a comma delimited text file. My problem is that the A and B columns are hidden, yet when I import the text file an A and B column are created to house the data that corresponds with that data.
To be as clear as possible I'll make a list...
Column A - Location
Column B - Name
Column C - Age
Column D - Height
I have columns A and B hidden, but I still want them to be populated by the text file I import, so... Ideally I want something like this.
After the import...
Column A - Location (Hidden and populated with data)
Column B - Name (Hidden and populated with data)
Column C - Age
Column D - Height
However, this is what happens when I import the data...
Column A - Location (hidden, not populated)
Column B - Name (hidden, not populated)
Column C - No Name (populated with Location data)
Column D - No Name (populated with Name data)
Column E - Age
Column F - Height
It seems that the import function does not want to populate the first two hidden columns... Is there anything I can do about this?
The current spreadsheet that I am working on has a number of hidden columns, and I am importing data from a comma delimited text file. My problem is that the A and B columns are hidden, yet when I import the text file an A and B column are created to house the data that corresponds with that data.
To be as clear as possible I'll make a list...
Column A - Location
Column B - Name
Column C - Age
Column D - Height
I have columns A and B hidden, but I still want them to be populated by the text file I import, so... Ideally I want something like this.
After the import...
Column A - Location (Hidden and populated with data)
Column B - Name (Hidden and populated with data)
Column C - Age
Column D - Height
However, this is what happens when I import the data...
Column A - Location (hidden, not populated)
Column B - Name (hidden, not populated)
Column C - No Name (populated with Location data)
Column D - No Name (populated with Name data)
Column E - Age
Column F - Height
It seems that the import function does not want to populate the first two hidden columns... Is there anything I can do about this?