![]() |
insert a dash
I have a column of 5-digit numbers. How do i insert a dash into each number
after the 3rd digit? |
insert a dash
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? |
insert a dash
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? |
All times are GMT +1. The time now is 02:58 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com