P
Poida3934
I need a solution to calculating a pre school students age in years
AND months as at start of school year. I've found a formula below
that works out the age in years, but can't quite nut out how to do
the months. I dont care if I display it as a second calculated field,
or if someone can devise a whizz bang formula to combine the two.
e.g. "5 Years and 4 Months"
This is what I currently have to get the years only.....
=DateDiff("yyyy",[StudDOB],[Year_Start])+Int(Format([Year_Start],"mmdd")<Format([StudDOB],"mmdd"))
Thanks in anticipation.
AND months as at start of school year. I've found a formula below
that works out the age in years, but can't quite nut out how to do
the months. I dont care if I display it as a second calculated field,
or if someone can devise a whizz bang formula to combine the two.
e.g. "5 Years and 4 Months"
This is what I currently have to get the years only.....
=DateDiff("yyyy",[StudDOB],[Year_Start])+Int(Format([Year_Start],"mmdd")<Format([StudDOB],"mmdd"))
Thanks in anticipation.