Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This may be an easy question for you, but I'm having a tough time answering
it for a credit analyst from Chicago. She is looking to take an 8-digit number (20090105) and convert it to a date with the format "m/d/yyyy". It seems that I need to convert the number to a text (character), then apply the date formatting. However, while I know how to convert a text to a number (VALUE function), I don't know how to do the opposite function (converting a number to text). Can someone help me here? Thanks much! Alan Sexter |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Convert the number to a true date and then format that date...
=DATE(VALUE(LEFT(A1, 4)), VALUE(MID(A1,5,2)), VALUE(MID(A1,7,2))) -- HTH... Jim Thomlinson "Alan Sexter" wrote: This may be an easy question for you, but I'm having a tough time answering it for a credit analyst from Chicago. She is looking to take an 8-digit number (20090105) and convert it to a date with the format "m/d/yyyy". It seems that I need to convert the number to a text (character), then apply the date formatting. However, while I know how to convert a text to a number (VALUE function), I don't know how to do the opposite function (converting a number to text). Can someone help me here? Thanks much! Alan Sexter |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Data/ Text to Columns, click through to the final stage and select the
format of the input data (YMD or YDM). Then format the resulting date as you want it. -- David Biddulph "Alan Sexter" wrote in message ... This may be an easy question for you, but I'm having a tough time answering it for a credit analyst from Chicago. She is looking to take an 8-digit number (20090105) and convert it to a date with the format "m/d/yyyy". It seems that I need to convert the number to a text (character), then apply the date formatting. However, while I know how to convert a text to a number (VALUE function), I don't know how to do the opposite function (converting a number to text). Can someone help me here? Thanks much! Alan Sexter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a text word or text string to a number | Excel Discussion (Misc queries) | |||
Change a 1,2,3 or 4 digit number to a 6 character text string | Excel Worksheet Functions | |||
Converting number to text | Excel Discussion (Misc queries) | |||
Converting text to a number | Excel Worksheet Functions | |||
Converting text to a number | Excel Worksheet Functions |