Date related

manojk71273

Board Regular
Joined
Apr 28, 2006
Messages
115
Office Version
  1. 365
Platform
  1. Windows
Hi All

I Have a acceptance date say 28/10/2006 I want to find out the exp date which is after 6 months what formula should I use?

The Information I am having is Acceptance Date & Agreement for No. of Months & the result I want is Last date of that Agreement

Thanks
Manoj
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Say you have your date in cells A1... you could use the formula:

=DATE(YEAR(A1),MONTH(A1)+6,DAY(A1))
 
Upvote 0
If A1 contains 31st August 2006 then the formula

=DATE(YEAR(A1),MONTH(A1)+6,DAY(A1))

will return 3rd March 2007

If you use

=EDATE(A1,6) then this will give 28th February 2007

note: EDATE requires Analysis ToolPak add-in to be enabled
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

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