I have a single column of cells that contain both date and time. I need to add 120 days to the date, I'm actually not interested in the time, I just need to create a new column showing the date + 120 days.
e.g
mm/dd/yyy hh:mm AM/PM
10/27/2011 07:10 AM
Can someone suggest what formula I can use within a cell to add 120 days? I'm using Excel 2010.
Thanks
![]()
=INT(A1)+120
Dom
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
Use code tags when posting your VBA code: [code] Your code here [/code]
Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.
=date(mid(j25,7,4),left(j25,2),mid(j25,4,2))+120
?
If you want to include the time (which Dom's INT strips off), simply use
=A1+120
Jon Peltier
http://PeltierTech.com/
A few different way to approach it. If the number needs to change you can change the 120 (in any of the formulas) to a cell and input any number you want.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks