Month Name in Text from Date Column

Mischief63

New Member
Joined
Apr 15, 2017
Messages
21
My apologies for stating what is no doubt the obvious to most of you, but didn't realize how easy it was to get generate a column with the month name in text from the date column

Highlight Date Column
Go to Add Column
Click on drop date down and choose month
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Correction: you should choose Name of Month, not month... :rolleyes:

You can even adjust the generated code to get the month name in another language, e.g. French:

Code:
= Table.AddColumn(#"Renamed Columns", "Month Name", each Date.MonthName([Date], "fr-FR"), type text)
 
Upvote 0
Hi. Another mystery - at home I get that "Name of Month" in the Drop Down. But at work the "Add Column" Tab Date box on has these choices under Month:
Month
Start of Month
End of Month
Days in Month
 
Upvote 0
The option is available on the Transform tab, the Add Column tab and in the dropdown if your right-click a column header.

Note that Power Query has many dropdowns, so "the dropdown" is not very clear.

I my view, the mystery is not that it is available in multiple places, but that it would not be available where it should be available.

Possibly you are working with different versions at home and at work (in Excel: check File - Account; in Power BI Desktop: File - Help - About).
 
Upvote 0
Got it about the drop-down references. :)

As far as versions, that's what I'm starting to wonder. The version on our desktops is Microsoft Office Professional Plus 2016. Are you saying that they updates are different for the Office 365 Product?
 
Upvote 0

Forum statistics

Threads
1,214,996
Messages
6,122,636
Members
449,092
Latest member
bsb1122

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top