GermanGermanQrew Member12 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?
ArchiveUserQrew Captain12 years agoYou are right. I couldn't figure out how to modify. Below formula works. (Year(Today())-Year([DOB])-1)+If(Month(Today())>Month([DOB]),1,0)+If(Month(Today())=Month([DOB]) and Day(Today())>=Day([DOB]),1,0)
Related ContentCalculating 1.5 payCalculation/Performance Limits InquiryFormula to display someone's age based on date?Calculating number of days between two date fieldsHow to Calculate Completion Percentage Using Multi-Select Boxes