Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a column of 5-digit numbers. How do i insert a dash into each number
after the 3rd digit? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use a custom format of 000-00
-- HTH RP (remove nothere from the email address if mailing direct) "acp20770" wrote in message ... I have a column of 5-digit numbers. How do i insert a dash into each number after the 3rd digit? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Enter the following formula in an adjacent column
=left(a1,3) & "-" & right(a1,2) -- http://HelpExcel.com 1-888-INGENIO 1-888-464-3646 x0197758 "acp20770" wrote: I have a column of 5-digit numbers. How do i insert a dash into each number after the 3rd digit? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If I have a list of numbers, how do I insert a dash in each one? | Excel Discussion (Misc queries) | |||
How insert a dash in the third position of a column with data? | Excel Discussion (Misc queries) | |||
Need insert a dash in between last 4 digits in text string | Excel Worksheet Functions | |||
Shortcut Key to insert an em-dash? | Excel Programming | |||
How to insert a repeating dash in phone numbers without dashes in. | New Users to Excel |