G Guest May 15, 2006 #1 need formula for validating data in a cell. function required is for allowing only multiples of 10
G Guest May 15, 2006 #3 You can use the custom option on data validation, with a formula like: =(MOD(A1,10)=0) Hope this helps, Miguel.
You can use the custom option on data validation, with a formula like: =(MOD(A1,10)=0) Hope this helps, Miguel.