Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If anyone could help, I would be appreciative... I have 800 rows of data
where the date is currently formatted: 1. YYYYMMDD How do I change this to MM/DD/YYYY? 2. Telephone number is currently formatted as 7607236300. How do I change this to 760-723-6300? Thank you for helping me. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
#1.
Select the column with the dates Data|text to columns (xl2003 menus) Choose Fixed widths, but don't include any separator lines. Choose Date (ymd order) and finish up. Change the number format (format|cells|number tab) to the format you want (mm/dd/yyyy). #2. Select the range to fix Change the number format to Custom: 000-000-0000 ILoveMyCorgi wrote: If anyone could help, I would be appreciative... I have 800 rows of data where the date is currently formatted: 1. YYYYMMDD How do I change this to MM/DD/YYYY? 2. Telephone number is currently formatted as 7607236300. How do I change this to 760-723-6300? Thank you for helping me. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
1. YYYYMMDD How do I change this to MM/DD/YYYY?
Select the Column and do RightClickFormatCellsNumberCategoryCustom Type Paste the below formulat mm/dd/yyyy and give Ok. 2. Telephone number is currently formatted as 7607236300. How do I change this to 760-723-6300? Select the Column and do RightClickFormatCellsNumberCategoryCustom Type Paste the below formulat ###-###-#### and give Ok. Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "ILoveMyCorgi" wrote: If anyone could help, I would be appreciative... I have 800 rows of data where the date is currently formatted: 1. YYYYMMDD How do I change this to MM/DD/YYYY? 2. Telephone number is currently formatted as 7607236300. How do I change this to 760-723-6300? Thank you for helping me. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the values in the date column are really dates (just formatted as YYYYMMDD),
then your first suggestion will work. If the values are plain old numbers (like 20100217), then this suggestion won't work. The values need to be converted to dates. Ms-Exl-Learner wrote: 1. YYYYMMDD How do I change this to MM/DD/YYYY? Select the Column and do RightClickFormatCellsNumberCategoryCustom Type Paste the below formulat mm/dd/yyyy and give Ok. 2. Telephone number is currently formatted as 7607236300. How do I change this to 760-723-6300? Select the Column and do RightClickFormatCellsNumberCategoryCustom Type Paste the below formulat ###-###-#### and give Ok. Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "ILoveMyCorgi" wrote: If anyone could help, I would be appreciative... I have 800 rows of data where the date is currently formatted: 1. YYYYMMDD How do I change this to MM/DD/YYYY? 2. Telephone number is currently formatted as 7607236300. How do I change this to 760-723-6300? Thank you for helping me. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change date format dd/mm/yyyy to Julian date format? | Excel Worksheet Functions | |||
Change Date Format to Specific Text Format When Copying | Excel Discussion (Misc queries) | |||
Change satellite julian date format YYYYDDDHHMMSS to excel date ti | Excel Discussion (Misc queries) | |||
Use date modified to change format & create filter to track change | Excel Worksheet Functions | |||
Can I change a date with no format (20051111) to date format? | New Users to Excel |