Forum Discussion
marianne
Dec 30, 2024Copper Contributor
Formula for age
Formula for age of a participant of a study whos doing training, with the birth day and the start date of training . I used the formula: fx=DATEDIF(H1;T1;"Y"). where H is the column of birthday and T...
pefird
Dec 30, 2024Copper Contributor
Try this
=INT((C1-D1)/365.25)
C1 = Testing date
D1 = Birth date