G Guest Sep 25, 2007 #1 I need to take the string of characters from one cell and split it into 3 separate cells. Is there a formula that can accomplish this?
I need to take the string of characters from one cell and split it into 3 separate cells. Is there a formula that can accomplish this?
D Don Guillett Sep 25, 2007 #2 You could use data>text to columns>fixed or =left(a1,2) or mid(a1,1,2)