Hi
I have certain form fields in a Word Document. They are Regular Text Form Fields and Calculated Form Fields
The Calculated Field is for calculating amount , which is
Principal + Interest
The formula of Calculated field ( Amount ) is
= Principal + Interest
( Principal and Interest ) are the two Regular Text fields .
Now this works fine , but gives an error whenever a non numeric value is entered into either Principal or Interest.
These fields are already designed as Regular text fields and not Number form fields are they are not changed .
Can I have a formula like
Isnumeric(Principal) + Isnumeric(Interest ) ?
The Calculated field has to calculate only if numeric values are entered in the Principal and Interest fields
Could some one please suggest a solution?
Thanks