I was referring to the MM/DD portion of the date.
In the previous example I would like it to return 238 or 239 (depending on
Leap Year), instead of -127.
I think I got it, but I don't know how to do it w/o creating column D.
=IF(D2<TODAY(),SUM(D2-(TODAY()-365)),SUM(D2-TODAY()))
Given the following:
D2=this years birthday (ex: DOB=1/30/99, then D3=1/30/08)
---------------------->=DATE(YEAR(TODAY()),MONTH(A2),DAY(A2))
A2=DOB