Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
12356789 in column a1
I want to put in column a2 123-567-89 Whats the formula to put dashed in between the numbers without havin to retype 20000 numbers. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try changing the format for your cells. Select your cells. Right-click on
them and select Format Cells. Under Category, select Custom. Type the following: ###-###-## Hope this helps, Paul "cbanks" wrote in message ... 12356789 in column a1 I want to put in column a2 123-567-89 Whats the formula to put dashed in between the numbers without havin to retype 20000 numbers. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you actually want the dashes stored in a cell, the formula would look like:
=left(a1,3)&"-"&mid(a1,4,3)&"-"&right(a1,2) -- Regards, Fred "PCLIVE" wrote in message ... Try changing the format for your cells. Select your cells. Right-click on them and select Format Cells. Under Category, select Custom. Type the following: ###-###-## Hope this helps, Paul "cbanks" wrote in message ... 12356789 in column a1 I want to put in column a2 123-567-89 Whats the formula to put dashed in between the numbers without havin to retype 20000 numbers. Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need to format the cell. Click FormatCellNumberCustom then under Type
create your format thus:- 000-000-00 "cbanks" wrote: 12356789 in column a1 I want to put in column a2 123-567-89 Whats the formula to put dashed in between the numbers without havin to retype 20000 numbers. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Maintain Relative Reference After Inserting a Column | Excel Worksheet Functions | |||
Macro to change Chart Range when inserting a column | Charts and Charting in Excel | |||
How to group similar column titles together???? | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |