Sharepoint Calculated Column Date Field

If we want to get Person Age via calculated column than use following formula

also make sure in this formula I have used Modified column so when this recoed is edited than his age is also updated

as per column value and if the row is not updated than age will not updated it remains same as it was entered.

=ROUND(DATEDIF(DateColumnName,Modified,”d”)/365,1)