Rolling Month Count

CNI

New Member
Joined
Jun 4, 2008
Messages
1
Hi,
I am fairly new to excell so forgive me if my question has a simple answer. I am using Office 2007. I use a spread sheet to keep track of alot of different data. My problem is I keep track of how long I've been living at my current residence. For example I moved in on May 6, 2005 and every month i have to manually open the spread sheet on that specific date (May 6) and roll the month count up one more. Is there a way or a setting i can change so it automatically does this for me? Sometimes i forget and then i have to count back from the start.
If there is anyone that knows how to do this i know your that person. Looking forward to your reply.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
You could use a formula like this:

=DATEDIF(A1,TODAY(),"y")&" years, "&DATEDIF(A1,TODAY(),"ym")&" months, "&DATEDIF(A1,TODAY(),"md")&" days"

This compares the date in A1 to today, and returns a value in "## years, ## months, ## days" format.
 
Upvote 0

Forum statistics

Threads
1,215,751
Messages
6,126,669
Members
449,326
Latest member
asp123

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