Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Folks,
I have a small problem. Let's say I have January 22, 2004 in one cell. Now this is set up as a Date format. Is there a way I can convert it into text so that I can do, for example, a left() function that's going to ask for the first 3 characters in that cell..i.e. bring back "Jan". |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could...
But maybe it would just be easier to use: =text(a1,"mmm") to return that 3 character abbreviation. But you could use something like: =left(text(a1,"mmmm dd, yyyy"),3) To extract characters from the formatted value. Shams wrote: Folks, I have a small problem. Let's say I have January 22, 2004 in one cell. Now this is set up as a Date format. Is there a way I can convert it into text so that I can do, for example, a left() function that's going to ask for the first 3 characters in that cell..i.e. bring back "Jan". -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
=TEXT(A1,"mmm") Arvi Laanemets "Shams" wrote in message ... Folks, I have a small problem. Let's say I have January 22, 2004 in one cell. Now this is set up as a Date format. Is there a way I can convert it into text so that I can do, for example, a left() function that's going to ask for the first 3 characters in that cell..i.e. bring back "Jan". |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting date to text | Excel Worksheet Functions | |||
Converting TEXT to DATE | Excel Worksheet Functions | |||
Converting text into Date Value | Excel Worksheet Functions | |||
Converting text into Date Value | Excel Worksheet Functions | |||
Converting number or text to a Date Format | New Users to Excel |