GermanGermanQrew Member13 years agoAge CalculationI have a Date of Report field, a Date of Birth field and next to it we compute Age; how can I fill the Age field automatically based on DOB and the original date of the report?
MarkShnierQrew Cadet13 years agothis was posted about a year ago by another user (ddixonr). It looks right to me.I'm assuming here that your field for date of report is called [DOR]The field type would be formula-numeric Year([DOR])-Year([DOB])-1+If(Month([DOR])>Month([DOB]),1,0)+If(Month([DOR])=Month([DOB]) and Day([DOR])>=Day([DOB]),1,0)
Related ContentFormula to calculate hoursCalculating 1.5 payCalculation/Performance Limits InquiryAny tips for ensuring system calculations display consistently?Formula to display someone's age based on date?