I am importing large amounts of data from a CSV file into excel in the following format:
Column 1 contains text, columns 2-20 contain data specific(for each row) to the text in column 1.
Some of the text in column 1 begins with quotations such as:
"radiant wood"
radiant wood
[radiant wood]
Here is the issue:
Because excel removes the quotations, my vlookup command is mixing the phrases with quotations with the phrases that do not contain quotations.
Is there any way to fix this?
Thank you much!
Column 1 contains text, columns 2-20 contain data specific(for each row) to the text in column 1.
Some of the text in column 1 begins with quotations such as:
"radiant wood"
radiant wood
[radiant wood]
Here is the issue:
Because excel removes the quotations, my vlookup command is mixing the phrases with quotations with the phrases that do not contain quotations.
Is there any way to fix this?
Thank you much!