Use validation for (sometimes) sequential number list

A

a-one-and-a-two

We manually enter order numbers in one column of our spreadsheet, which are
usually, but not always sequential. Can I use validation to alert when the
next entered order number is NOTa sequential whole integer? Thanks for any
assistance!
 
J

Jim Rech

A crude way would be like this (example):

Say the input range is A1:A10-
-Select A2:A10.
-Data, Validation, and in the Allow drop down pick Custom.
-Enter the formula =A2>A1
-Modify Error Alert if you want.

The effect is that each cell entry must be greater than the cell above.

--
Jim
| We manually enter order numbers in one column of our spreadsheet, which
are
| usually, but not always sequential. Can I use validation to alert when
the
| next entered order number is NOTa sequential whole integer? Thanks for any
| assistance!
 

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

Top