So basically I have a column with either 1, 2 or 3 numbers in them, for example: cell D2 has "123, 456", cell D3 has "987", and cell D4 has "123, 456, 789". I need those to be separated into 3 sperate columns so the end result can be: cell A2 has "123", cell B2 has "456"; cell A3 has "987"; and cell A4 has "123", cell B4 has "456", cell C4 has "789". I would like a formula for this, so that it is much more automated than Text to Columns.
I can get the single value cells, and then either or of the other valued-cells, but not all 3. Have used "RIGHT" and "SEARCH" and "MID" and other combos but have nothing. Anything help would be greatly appreciated!
Bookmarks