Finding the current year
A1 = 1/1/2000
B1 = 12/31/2002
C1 = YEAR(B1)-YEAR(A1)+1
If this post helps click Yes
---------------
Jacob Skaria
"BrittaniMV" wrote:
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?
|