Get startedGet started for free

Finding invalid entries

Recall in the previous exercise to maintain the integrity of the inventory data, all quantities entered in the Quantity_on_hand were:

  • Whole numbers (no fractions or decimals)
  • Greater than or equal to 0 (you cannot have a negative quantity)
  • Less than 1000 (to prevent data entry errors that could confuse stock levels)

Now one can identify if previously inputted values were having issues.

This exercise is part of the course

Data Validation in Excel

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise