I have a column of 5-digit numbers. How do i insert a dash into each number after the 3rd digit?
A acp20770 Dec 7, 2005 #1 I have a column of 5-digit numbers. How do i insert a dash into each number after the 3rd digit?
B Bob Phillips Dec 7, 2005 #2 Use a custom format of 000-00 -- HTH RP (remove nothere from the email address if mailing direct)
G galimi Dec 7, 2005 #3 Enter the following formula in an adjacent column =left(a1,3) & "-" & right(a1,2)