User Story
Create a checkbox formula that checks whether it is a contact's birthday or not.
Expectation
A checkbox will be checked when a contact's birthday arrives
Code
AND( MONTH( Birthdate ) = MONTH(TODAY()), DAY( Birthdate ) = DAY(TODAY()))
Video
Video does not exists.