Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Oct 06, 2021 04:17 PM
Is there a formula I can plug in to see their age (so I don’t have to calculate anything?)
Oct 06, 2021 05:22 PM
Welcome to the Airtable community!
DATETIME_DIFF( TODAY(), {birthdate}, "years")
You can find all the formula functions in the formula field reference.
Oct 07, 2021 05:53 AM
Thank you so much for this!