Deleting the days in an Edate cell

SirHart

New Member
Joined
Jun 13, 2011
Messages
39
Hey everyone I could certainly use some help. I've been trying to figure out how to not have the days be present in my EDATE output. I am using Excel 2003.

Example

I am currently using the cell formula =EDATE($B$4, -12)

I want the user to be able to enter a date like "March 13, 2010" in the B4 cell and I want the EDATE cell to read ONLY the Month and Year, not the days, so in this case "March 2009". Is there any easy way to tweak the formula to do this? Any help would be very appreciated!
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Is there a problem with formatting the cell to show just month and year?
It won't change the contents but will change what is visible.
 
Upvote 0
If the formatting is not what you want, try

=TEXT(EDATE($B$4, -12),"mmmm yyyy")
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,277
Members
452,902
Latest member
Knuddeluff

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