Date Manipulation, I need Help...

doms123

Board Regular
Joined
Apr 19, 2011
Messages
58
Hi, I'm using Excel 2007 and having problem with date, plese help me...

I have 3 rows for the Month, Date, Year respectively and i want it to be converted in a single cell so that i can manipulate and compared it with the today date and add days, week or month on the next cell. For example


Month Date Year
March 11 2011 >>>> 03/11/2011

so that in the next cell i can have a formula like this and in the next cell i can have a formula something like this D1 + 1month
and then the result is this >>> 04/11/2011

PS. Please give me detailed answer, I really appreciate it...

Please Help me!!!
Thank you in advance....
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
To add a month to the date in D1

=DATE(YEAR(D1),MONTH(D1)+1,DAY(D1))

To add 2 weeks

=D1+14
 
Upvote 0
My last question is how to do it in vice versa???

like 4/8/2011 in a single cell then it will be this distributed in 3 single cells like

month date year
April 9 2011


Thanks again...
 
Upvote 0

Forum statistics

Threads
1,223,275
Messages
6,171,119
Members
452,381
Latest member
Nova88

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