You are viewing limited content. For full access, please sign in.

Question

Question

In Forms 11, How can I get the number field to only allow increments of .5?

asked on July 3, 2024

In Forms 11, How can I get the number field to only allow increments of .5?

0 0

Replies

replied on July 3, 2024

Would I understand correctly that the number field would have only two acceptable values on form submission: The previous value, and the previous value plus 0.5?

 

0 0
replied on July 3, 2024

You are correct, Tim.

replied on July 3, 2024

You could create a secondary number field with the calculation:

=MROUND(NumberEntry,0.5)

Just replace NumberEntry with the variable for your input field.

Alternatively, depending on the size of the range you are working with, you could create a drop-down with 0.5, 1.0, 1.5, etc. (You could pull values from a lookup table so you don't need to manually enter all of them.)

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.