Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

IF Function (Displays 0.00 instead of a blank when using "")

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), "")

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions