Validation Rule of Multiples of 16

newstrom

New member
Local time
Today, 11:38
Joined
Oct 13, 2004
Messages
9
Could someone give me the expression to set a validation rule that the entry must be a multiple of 16.
 
I don't use validation rules, but I imagine the formula would be like this wouldnt it?

([Number] / 16) = (Int([Number] / 16)
 

Users who are viewing this thread

Back
Top Bottom