The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
You can create a formula field called "Number of Years Ago" with the following formula, which basically calculates how many years have passed between your date field and now:DATETIME_DIFF(DATETIME_FORMAT(NOW(), "YYYY"),DATETIME_FORMAT({Date}, "YYYY")...