M
Michael P. Smith
i have a formula i use in a spreadsheet...
= IF(YEAR(O$1)-YEAR(E3)=105,,YEAR(O$1)-YEAR(E3))
I use it to caculate ages where the current date is in cell O1 and the
Person's birthday is shown in cell E3.
It doesn't add up right because if the birthday is later in the year
than the current day (shown in cell O1. ) It works fine if the
birthday is. If the birthday has already happened this year, then the
formula works fine.
How shoud i adjust it? thanks.
Mike
= IF(YEAR(O$1)-YEAR(E3)=105,,YEAR(O$1)-YEAR(E3))
I use it to caculate ages where the current date is in cell O1 and the
Person's birthday is shown in cell E3.
It doesn't add up right because if the birthday is later in the year
than the current day (shown in cell O1. ) It works fine if the
birthday is. If the birthday has already happened this year, then the
formula works fine.
How shoud i adjust it? thanks.
Mike