Lesson#56: How to make birthday reminder in excel

Lesson#56: How to make birthday reminder in excel

Here I am having an employee database and I have to make a birthday reminder in excel from it. It needs a few tricks to make it.

I have inserted two columns beside the DOB column, Upcoming Birthdays this Month and Birthday Today

In the Upcoming Birthdays this Month column I have put this formula =IF(AND(MONTH(F2)=MONTH(TODAY()), DAY(F2)>=DAY(TODAY())),F2,”Not This Month”) 

birthday reminder in excel

In the Birthday Today column I have put this formula =IF(AND(MONTH(F2)=MONTH(TODAY()), DAY(F2)=DAY(TODAY())),F2,”Not Today”)

birthday reminder in excel
birthday reminder in excel

Now I have selected both columns Upcoming Birthdays this Month and Birthday Today, right-clicked on them Format Cells> Number> Custom
Set the format in dd-mmmm

Now select the whole table I have inserted two PivotTables.
One is for Upcoming Birthdays this Month

birthday reminder in excel

and another is for Birthday Today. 
Arrange the PivotTable Field and Row Labels as I have shown in the picture.

birthday reminder in excel

Select both tables right clicked on them Format Cells> Number> Custom
Set the format in dd-mmmm

birthday reminder in excel
 

Now, this is the automatic and dynamic birthday reminder. Our birthday reminder in excel is ready.

Download the file. Click Here.

Get here a very good Excel course here. Click on the below banner image to join the Excel course.

See also  Lesson#65: Inserting Slicer and Timeline in PIvottable

Hi! I am Puspendu. I am the founder and author of Excelabcd. I am little creative person, blogger and Excel-maniac guy. I hope you enjoy my blog.

Leave a Reply

Your email address will not be published. Required fields are marked *

*