Hello,
I need to calculate the age of people 3 months and 1 year after a specific date (and the specific date varies just like DOB).
So something like this:
Age = age upto the specific date + 3 months
and Age = age upto the specific date + 1 year
Can someone help me with this if I have DOB in A1 and specific dates in A2. I understand that I can calculate age upto the specific date by going =DATEDIF(A1,A2,"y"). How do I add 3 months and 1 year to this?
I need to calculate the age of people 3 months and 1 year after a specific date (and the specific date varies just like DOB).
So something like this:
Age = age upto the specific date + 3 months
and Age = age upto the specific date + 1 year
Can someone help me with this if I have DOB in A1 and specific dates in A2. I understand that I can calculate age upto the specific date by going =DATEDIF(A1,A2,"y"). How do I add 3 months and 1 year to this?