Date of Next month in Excel

spycein

Board Regular
Joined
Mar 8, 2014
Messages
135
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,

i am looking for a formula which works as below mentioned example:-

if i write any random date of specific month in Cell "A1", the cell "A2" should return the value as 5th day of next month.

For example, if i write any dates of March 2015 in "A1", then "A2" value should be 5th April 2015.

Similarly if i write 28/08/15 or 16/08/15 or 31/08/15 then "A2" cell should return the value as 05/09/15.

Thank you in advance.

Shib
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
i am looking for a formula which works as below mentioned example:-

if i write any random date of specific month in Cell "A1", the cell "A2" should return the value as 5th day of next month.

For example, if i write any dates of March 2015 in "A1", then "A2" value should be 5th April 2015.

Similarly if i write 28/08/15 or 16/08/15 or 31/08/15 then "A2" cell should return the value as 05/09/15.
Give this formula a try...

=DATE(YEAR(A1),MONTH(A1)+1,5)
 
Upvote 0
Thank you very much Mr.Rick Rothstein, works like a charm.:)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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