Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes you can set up an input mask in Access but they are static. Check on the
Access news group for all of the options in that part of the world... -- HTH... Jim Thomlinson "Hughes" wrote: But an input mask is something that you can use in Access, right? Is there a way to format it in Access even if the numbers and letters don't always appear in the same place? "Jim Thomlinson" wrote: You can not have th eformat directly in the cell you are entering in. XL does not have a facility for input masks or formats on text. You can output the formatted text in a seperate cell with a formulas such as this =LEFT(A1, 6) & "-" & MID(A1, 7, 2) & "-" & MID(A1, 9, 1) & "-" & MID(A1, 10, 256) where your input was in cell A1 -- HTH... Jim Thomlinson "Hughes" wrote: I'm trying to format order numbers in excel and I want dashes to fill in automatically. The problem is I have numbers and text for each order. For example: SRT46510D1234 is what I want to type in, but I want it to appear as SRT456-10-D-1234. Is there a way to make that happen? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with converting CUSTOM format/TEXT format to DATE format | Excel Worksheet Functions | |||
Change Date Format to Specific Text Format When Copying | Excel Discussion (Misc queries) | |||
Convert numbers from text format to number format | Excel Discussion (Misc queries) | |||
Change number (in text format) to numeric format | Excel Discussion (Misc queries) | |||
how to format excel format to text format with separator "|" in s. | New Users to Excel |