.Justin
Registered User.
- Local time
- Today, 22:04
- Joined
- Jun 29, 2009
- Messages
- 38
I have a SS that works out ages of those in the SS. DOB is column F and Age if column G.
In column G i have the following formula
However if column F is empty it automatically puts 116 as the age. Is there a way to only enter the age if DOB is present?
In column G i have the following formula
Code:
=DATEDIF(F11,TODAY(),"Y")