Lecture
Author
To display age in your contact database, you can choose a simple formula which shows. Age: 17
or you can select the version with icon, date, and age 🎂 22.08.2005 (17)
How it works
Step-by-step guide
- Create a
Date
field with the label "Date of birth" - Create a
Formula
field - Copy the formula code from below into the formula field
Version with age only Age: 17
if(not empty(prop("Date of Birth")), "Alter: " + format(dateBetween(now(), prop("Geburtsdatum"), "years")), "")
Version with icon, date and age 🎂 22.08.2005 (17)
if(not empty(prop("Date of Birth")), "🎂 " + formatDate(prop("Date of Birth"), "DD.MM.YYYY") + " (" + format(dateBetween(now(), prop("Geburtsdatum"), "years")) + ")", "")
This is how it can look when you display it as a gallery or table.
How You Can Implement them on your Business Workspace
Beli Löw
Founder, Senior Notion Consultant
Beli is an IT project manager, tool enthusiast, entrepreneur and has organized his whole life with Notion. His news sources are release notes from tools. There is (almost) no feature or shortcut that he does not know.
Level Up Your Business Workspace: Get Monthly Notion Pro Tips
Keep Reading…
Create Ratings in Notion: Prioritize Ideas Easily
Create Ratings in Notion: Prioritize Ideas Easily
4 min
July 18, 2025
Set Notification Reminders on Date Properties | Notioneers
Set Notification Reminders on Date Properties | Notioneers
2 min