Extracting the month as text from a date

Ron Matthews

Board Regular
Joined
Feb 4, 2008
Messages
51
I have a large spreadsheet of which two of the columns are :

[TABLE="width: 178"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Date Payable [/TD]
[TD] Month[/TD]
[/TR]
[TR]
[TD="align: right"]22-Sep-16[/TD]
[TD] Sep[/TD]
[/TR]
[TR]
[TD="align: right"]27-Mar-17[/TD]
[TD] Mar[/TD]
[/TR]
[TR]
[TD="align: right"]22-Sep-17[/TD]
[TD] Sep[/TD]
[/TR]
[TR]
[TD="align: right"]07-Oct-16[/TD]
[TD] Oct[/TD]
[/TR]
</tbody>[/TABLE]

The dates are in number format in col 1

In col 2 I would like the text value of the month shown in the cell in col 1

I will be grateful for some help please
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
If the date is a Excel date then in column 2 put =A2 , where A2 has the date. Then format column 2 to say the month. In format cells go to custom and enter mmm
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,178
Members
453,021
Latest member
Justyna P

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