G
Guest
I want to calculate age in years and am using the following formula
=DatePart("yyyy",Date())-DatePart("yyyy",[Date of Birth])
The answer i am getting is, I assume, being rounded up to the next whole
number as it usually give me 1 too many years.
What should I do?
=DatePart("yyyy",Date())-DatePart("yyyy",[Date of Birth])
The answer i am getting is, I assume, being rounded up to the next whole
number as it usually give me 1 too many years.
What should I do?