Hi all
How do I stop #ERROR from appearing in a text box when there is no data in a required field.
my function is =Age([DOB]). This works fine as long as there is a date in the DOB field.
I need something along the lines of
=IF(IsError(Age([DOB])),"""",Age([DOB])).
Or is this the wrong approach. Should I modify the function to trap the error.
Cheers
Kev
How do I stop #ERROR from appearing in a text box when there is no data in a required field.
my function is =Age([DOB]). This works fine as long as there is a date in the DOB field.
I need something along the lines of
=IF(IsError(Age([DOB])),"""",Age([DOB])).
Or is this the wrong approach. Should I modify the function to trap the error.
Cheers
Kev