Skip to main content
Participant
February 5, 2016
Question

Trying to Create a calculated field using division.

  • February 5, 2016
  • 5 replies
  • 954 views

Keep getting the message - "The value entered does not match the format of the field

This topic is closed to new replies. Start a new post to keep the conversation going.

5 replies

try67
Community Expert
Community Expert
February 5, 2016

That usually happens when you try to divide by zero (or an empty value). You need to make sure that if the divisor in your calculation is zero or blank the result is also blank.

Participant
February 5, 2016

Thanks - that explains it well.