Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi all
I have a series of numbers 123456789 and it is followed with a letter a I need to show on a worksheet in this format 123-456-789a I cant work out how to set the cell i have tried 000-000-000 but not sure how to get it to recognise the letter after Thanks in advance greg |
#2
![]() |
|||
|
|||
![]()
If the letter "a" is part of your entry, XL interprets the value as
Text, and you can't use number formatting. A helper column could contain: =TEXT(LEFT(A1,LEN(A1)-1),"000-000-000") & RIGHT(A1,1) If you just have the number in the cell, and want to display "a" after it, one way is: Format/Cells/Number/Custom 000-000-000\a In article , "Greg Brow" wrote: I have a series of numbers 123456789 and it is followed with a letter a I need to show on a worksheet in this format 123-456-789a I cant work out how to set the cell i have tried 000-000-000 but not sure how to get it to recognise the letter after |
#3
![]() |
|||
|
|||
![]()
Thank you
Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with wrap text format | Excel Worksheet Functions | |||
Problem with txt format | Excel Discussion (Misc queries) | |||
Format Painter button problem | Excel Discussion (Misc queries) | |||
problem with formatting cell to date format | Excel Worksheet Functions | |||
cut and paste format problem | Excel Discussion (Misc queries) |