Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Thanks Hillary - I found the problem. I needed to use the ROUND function since the answer was creating too big of a field for the DB field.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am multiplying two form fields and placing the result in a third field. I am getting a correct answer in the third field but that's when I am getting this error. Anyone know why this is happening? Thanks in advance.
Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Thanks Hillary - I found the problem. I needed to use the ROUND function since the answer was creating too big of a field for the DB field.
I'm pretty sure NaN stands for "Not a Number" - but you say you are getting the right result? Have you tried the number function on your field values?
number(field1) * number(field2)