Show date as Mmm YYYY

D-Spark

Board Regular
Joined
Sep 27, 2007
Messages
182
On a worksheet in cell D3 I have entered a date in the format DD/MM/YYYY
What I want to acheive is place a formula in E3 to show Mmm YYYY derived from D3 value

Anyone able to advise on the formula
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Are you planning on doing any calculations on the NEW date in E3? If So, just put
=D3 in the cell, and format the cell with a custom format of "mmm yyyy"
That way, the actual date stays the same and can be used in calculations.

If no calculation is needed on the cell E3, you can use this

=TEXT(D3,"mmm yyyy")

Hope this helps..
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,175
Members
449,071
Latest member
cdnMech

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