Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please Help, I've done every thing the online help provided. Like below in
the Custom block \A 000 \A\A 0000 E 000 "EE" 0000 "E" 000 "EE" 0000 I need it to auto format to look like this E 605 EQ 1212 Thank You for your time. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's not a number, so format isn't going to change it. You're going to have
to use 1) an additional cell and a formula, or 2) VBA code route 1) assuming the values always look like your example, and assuming the entry is in A1 =left(A1,1)&" "&mid(A1,2,3)&" "&mid(A1,5,2)&" "&right(A1,4) let us know if you want to tackle the VBA side "Scott at Scott" wrote: Please Help, I've done every thing the online help provided. Like below in the Custom block \A 000 \A\A 0000 E 000 "EE" 0000 "E" 000 "EE" 0000 I need it to auto format to look like this E 605 EQ 1212 Thank You for your time. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wed, 14 Feb 2007 07:38:35 -0800, Scott at Scott <Scott at
wrote: Please Help, I've done every thing the online help provided. Like below in the Custom block \A 000 \A\A 0000 E 000 "EE" 0000 "E" 000 "EE" 0000 I need it to auto format to look like this E 605 EQ 1212 Thank You for your time. Format/Cells/Number/Custom Type: "E "000 "EQ "0000 Then, in the cell, enter: 6051212 It will then display: E 605 EQ 1212 --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Label Format to Column Format | Excel Discussion (Misc queries) | |||
how do I remove data from cells ex. (232)-555-1212 to 2325551212 | Excel Discussion (Misc queries) | |||
Format a column wihtout using "Format-Cells-Number-category-etc" | Excel Worksheet Functions | |||
format a column | Excel Discussion (Misc queries) | |||
Format a certain column | Excel Discussion (Misc queries) |