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 create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
If your data are in cels
A1,B1,C1 use
=DATE(C1,A1,B1)

To add a month just put 1 in cell let say A3
and then use:

=DATE(C1,A1+A3,B1)
 
Upvote 0
thanks man for the quick help but i have a problem in month. My month is in text and not in numerical value, how do i convert it....
 
Upvote 0
If you use US dates (MDY) then my formula should be

=DATEVALUE(A1&"-"&B1&"-"&C1)
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,072
Latest member
DW Draft

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