I am having trouble displaying category ID’s in my excel sheet.
I am trying to separate category Id’s for importing my products into my Magento store, but as soon as I insert something like this “3,294,297” it autoformats it as being a number (displaying it as “3294297”), but infact the 3 numbers are category Id’s which I have separated by comma for importing purposes.
I have looked through my excel settings & also tried finding a solution online with no success.
How would I go about removing the autoformatting?
You must set the formatting style of the cell to text, you can do this by right clicking and selecting formatting, or simply starting the list of numbers with a ‘ will make excel treat it as a string (text)