I have a formula that is properly calculating Years (Age) for a person's age if the Date of Birth (DOB) is populated, but is calculating & showing 0.00 for when the DOB field is empty/not-populated. I was hoping to just have that filed appear blank without a zero value.
Here's what I'm using for the formula:
=IFERROR(IF(TODAY() > DOB@row, (TODAY() - DOB@row) / 365), "")