ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How to Show month as text?? (https://www.excelbanter.com/excel-worksheet-functions/113282-how-show-month-text.html)

steveK

How to Show month as text??
 
Surely this is possible....

I'm creating a gantt chart to use at work and want row 12 to be month
and row 2 to be date

Jan Jan Jan
1 2 3
etc.

I'm able to derive months as numbers like this
A1 is 1/1/2001
A2 is =MONTH(A1)
However I can't then convert the result "1" into a text display
"January."

I've also tried Arrays
1 Jan
2 Feb
3 Mar
etc
Then using {=IF(array=array2, A2)} and various other permutations, but
nothing seems to work... thoughts? Thanks :o) steve


Fred Smith

How to Show month as text??
 
Month(a1) is a number. You cannot display it as text.

However, you can easily display just the month of the date. So, in your example,
use a custom format of mmm for A1.

If you want both the date, and the month, then for a2 use:

=a1, and format as mmm

--
Regards,
Fred


"steveK" wrote in message
oups.com...
Surely this is possible....

I'm creating a gantt chart to use at work and want row 12 to be month
and row 2 to be date

Jan Jan Jan
1 2 3
etc.

I'm able to derive months as numbers like this
A1 is 1/1/2001
A2 is =MONTH(A1)
However I can't then convert the result "1" into a text display
"January."

I've also tried Arrays
1 Jan
2 Feb
3 Mar
etc
Then using {=IF(array=array2, A2)} and various other permutations, but
nothing seems to work... thoughts? Thanks :o) steve




steveK

How to Show month as text??
 
Argh, typo... sorry
here is corrected
========

Surely this is possible....

I'm creating a gantt chart to use at work and want row 1 to be month
and row 2 to be date


Jan Jan Jan
1 2 3
etc.


I'm able to derive months as numbers like this
A1 is 1/1/2001
A2 is =MONTH(A1)
However I can't then convert the result "1" into a text display
"January."


I've also tried Arrays
1 Jan
2 Feb
3 Mar
etc
Then using {=IF(array=array2, A2)} and various other permutations, but

nothing seems to work... thoughts? Thanks :o) steve


steveK

How to Show month as text??
 

Fred Smith wrote:
Month(a1) is a number. You cannot display it as text.

However, you can easily display just the month of the date. So, in your example,
use a custom format of mmm for A1.

If you want both the date, and the month, then for a2 use:

=a1, and format as mmm

--
Regards,
Fred


Awesome! Thanks Fred.
=TEXT(A1, "mmmm") yeilds the full name of the month. :o)


Roger Govier

How to Show month as text??
 
=TEXT(A1, "mmmm") yeilds the full name of the month. :o)

or using Fred's suggestion and just formatting the cell as mmmm

--
Regards

Roger Govier


"steveK" wrote in message
ups.com...

Fred Smith wrote:
Month(a1) is a number. You cannot display it as text.

However, you can easily display just the month of the date. So, in
your example,
use a custom format of mmm for A1.

If you want both the date, and the month, then for a2 use:

=a1, and format as mmm

--
Regards,
Fred


Awesome! Thanks Fred.
=TEXT(A1, "mmmm") yeilds the full name of the month. :o)





All times are GMT +1. The time now is 07:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com