Note: In order to use the spreadsheet examples, you need to download Business Functions | ||||||||
IsAnniversary (Date1, Date2) | ||||||||
Determine if one date is an anniversary of the other | ||||||||
The function returns the boolean value TRUE if one date is the same as the other date in day and month and only differs in the year. So 10/10/2004 and 10/10/2008 would return TRUE but 5/5/2007 and 6/6/2009 would return FALSE. | ||||||||
ExampleIsAnniversary.xls |