Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
What formula do i use to enter zipcode as 9 numbers and get back in 5-4 format?
Example: enter 77773333 see in cell 77777-3333 |
#2
![]() |
|||
|
|||
![]()
Hi
use a custom format: 00000-0000 or to return a string with a formula try: =TEXT(A1,"00000-0000") -- Regards Frank Kabel Frankfurt, Germany pc-confused wrote: What formula do i use to enter zipcode as 9 numbers and get back in 5-4 format? Example: enter 77773333 see in cell 77777-3333 |
#3
![]() |
|||
|
|||
![]()
Another option...
Maybe you could use a custom format to cover both 5 digits and 9 digit zips: [99999]00000-0000;00000 pc-confused wrote: What formula do i use to enter zipcode as 9 numbers and get back in 5-4 format? Example: enter 77773333 see in cell 77777-3333 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Telephone number format | Excel Discussion (Misc queries) | |||
How do i change numbers in text format to number format? | New Users to Excel | |||
copy conditional format as ACTUAL format | Excel Discussion (Misc queries) | |||
Copying a conditional format | Excel Worksheet Functions | |||
When I select "format cells", the format dialog box does not disp. | Excel Worksheet Functions |