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")...