Finding the current year

B

BrittaniMV

I am trying to determine the current year at a given date.

For example, if my beginning date is 1/1/2000, as of 12/31/2002 this date in
time would be in the 3rd year so i would want the number 3 to display. 1/1/03
would be in the 4th year.

Can someone help me find a way to calculate this?
 
J

Jacob Skaria

A1 = 1/1/2000
B1 = 12/31/2002
C1 = YEAR(B1)-YEAR(A1)+1

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top