formula to display anniversary date

B

Bob Phillips

=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))

assuming that date is in A1

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
B

Bob Phillips

=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))

assuming that date is in A1



--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
S

sharita

THANKS SO VERY MUCH........IT WORKED

Bob Phillips said:
=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))

assuming that date is in A1



--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top