N
news.eternal-september.org
I've used the following formula to calculate a person's current age in years
based on a previously entered date of birth:
=ROUNDDOWN(YEARFRAC(P2, TODAY(), 1), 0)
However, if I haven't entered any data in the date of birth column, the
result cell shows the age "110", which throws out other calculations. Is
there any way to tell Excel not to enter any data if the date of birth is
blank?
Many thanks
based on a previously entered date of birth:
=ROUNDDOWN(YEARFRAC(P2, TODAY(), 1), 0)
However, if I haven't entered any data in the date of birth column, the
result cell shows the age "110", which throws out other calculations. Is
there any way to tell Excel not to enter any data if the date of birth is
blank?
Many thanks