data validation: formula for validating only multiples of 10

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

need formula for validating data in a cell. function required is for allowing
only multiples of 10
 
You can use the custom option on data validation, with a formula like:
=(MOD(A1,10)=0)

Hope this helps,
Miguel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top