Dear all, Can any one post me excel sheet required for making birthday notes in that and also calculate age in the same sheet
From Qatar, Doha
From Qatar, Doha
To keep birthday reminders:
=IF(MONTH(B4)<>MONTH(TODAY())," ","IF(DAY(B4)<>DAY(TODAY())," ","Happy Birthday"))
Enter the birthday date in cell B4 and copy-paste this formula in B5. If your date of birth (DOB) and today's date match, it will display "Happy Birthday."
Formula to calculate the age:
=INT(TODAY() - B4)/365.25
Enter the DOB in cell B4.
From India, Madras
=IF(MONTH(B4)<>MONTH(TODAY())," ","IF(DAY(B4)<>DAY(TODAY())," ","Happy Birthday"))
Enter the birthday date in cell B4 and copy-paste this formula in B5. If your date of birth (DOB) and today's date match, it will display "Happy Birthday."
Formula to calculate the age:
=INT(TODAY() - B4)/365.25
Enter the DOB in cell B4.
From India, Madras
Looking for something specific? - Join & Be Part Of Our Community and get connected with the right people who can help. Our AI-powered platform provides real-time fact-checking, peer-reviewed insights, and a vast historical knowledge base to support your search.