We've automated a work flow for birthday notifications - so we can celebrate folks. The workflow/notification shows an incorrect calculation - age = 20, when it should be 21. Here's the notification:
And here's the data we're pulling from, showing the correct age calculation:
I'm assuming this may have something to do with the TODAY() function?
Any advice is welcome! Here's the age calculation formula we're using: =(YEAR(TODAY()) - YEAR(Birthdate@row)) - IF(AND(MONTH(TODAY()) <= MONTH(Birthdate@row), DAY(TODAY()) < DAY(Birthdate@row)), 1)
Also interesting, the cell changes when various folks open the sheet, or reports connected to the sheet.