Greetings! I have a column in a spreadsheet with cells each custom formatted to display a number (indicating quantity) and a unit of measure (such as lb., kg, can, pc, etc.). I need to separate this column into two formatted as number and text displaying the numeric value for the quantity and the alpha value for the unit of measure. For example, if I have A1 contains 150, formatted as #,##0,000 "LB", and displaying 150.000 LB, I need A1 to be formatted as Number and contain/display 150, and B1 to be formatted as Text and contain/display LB. Every cell in the column is formatted differently depending on the unit of measure. For example, the cells with the unit of measure "PC" are formatted as #,##0 "PC". I have no idea how to go about this. Any help will be greatly appreciated! Thanks much!