A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Try this formula in cell C2:
=IFERROR(TEXTSPLIT(TEXTJOIN(";",, A2:A24), CHAR(10), ";"), "")
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there,
I am trying to split data that is in one column to multiple, but cant seem to get it to work via text to columns.
See example of the how the data is presented below. I am trying to get one fruit per column, rather than all 3, but cant seem to do it - the words all have different spacing and endings which i cant work out the deliniation in the text to columns - my goal is to only have 1 fruit/vege in each row - TIA
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi Hans,
This is only returning the first column of data - and any of the items listed 2nd or third disppear?
This is great and works so well!
The only thing is that I want to analyse this data, but cant because the label is the formula - is there a way around this?
Try the following: