I have a total of 15K names including their birth date
Now I want to create a where 5 days before the birth date it creates a reminder that its time for me to process the greeting card.
I'm having hard time and already wasted my time searching the date. The challenge was the date having the year.
Anyway, here's what I want to achieve.
Date1: 04/7/1981
Date2: 03/29/1980
Date3: 12/02/1985
Output from Date1 should be "Process Greetings". This was calculated by if Date1=Curent Date+5. My problem here is because the year of the date was included in the calculations.
Output from Date2 should be "past due celebrant"
Output from Date3 should be "December celebrant"
Will appreciate everyone feedback.
Bookmarks