Control Sheet

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

Guest

I need to check that the values entered in a seperate sheet are entered
correctly within a certain range.

If the entry is out of range, the user must get an error message that the
entry is invalid.

For instance:
=IF(AND(A1>=1;A1<=500);allow entry;disallow and prompt user because of
invalid entry)

What do I do?

Best regards,
Sonni
 
Select A1
<Data>
<Validation>
In the "Allow" drop down choose "Decimal" (or "Whole Number" if you just
want integers)
Enter 1 for Minimum, 500 for Maximum
 
Hi!

The thing is that I want to maintain allowed values in one sheet, so
Validation won't work.

Any other ideas?

BR,
Sonni
 

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