How to format a cell to only allow multiples of a number

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

Guest

I'm trying to format a cell to only allow a numerical value that is a
multiple of 6. Is there a function or conditional formatting that can handle
this?
 
Hi Roger,

Pop this into the Data>validation>custom

=MOD(A1,6)=0

HTH

Simon
 
Hi Roger,

That will only allow you to enter a number divsible by 6 into a cell.

If you put the forumla into the conditional format it will just highlight the
required numbers.

Thanks,

SImon
 

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