subtracting years from current date

txg11516641

New Member
Joined
Sep 19, 2014
Messages
7
I need a formula that will take the current year, subtract 6 years, and display the resulting year.

I also need one that will take a date displayed (mm/dd/yyyy format) in cell J2, subtract 6 years, and display the resulting year.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
If you just want a year as a result (not a date) then try this for the current year

=YEAR(TODAY())-6

and for a date in J2 that would be

=YEAR(J2)-6
 
Upvote 0
Greetings, this is my first post. I am looking for something similar to this question. I am building a data base for my church that will tell us how many days, weeks, months and years since an event; such as baptism, joining the church, time between a member helping with an event etc...so far I'm doing this

C1 = date of event
D1 = current date using the NOW function

For day calculation I simply use =D1-C1
for week =(d1-C1)/52
for Month =(D1-C1)/30
for year =(D1-C1)/365

Is there an easier & more accurate formula(s)?
 
Upvote 0

Forum statistics

Threads
1,222,066
Messages
6,163,711
Members
451,854
Latest member
Tiffany Smith

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