With data validation we can restrict what a user can enter into a cell. With the use of a drop down list we can force the user to make a choice, rather than manually enter a value.

Above we have a list of defined fruits in column A, in column B the user have to make a choice for the color.

Follow these steps:

  1. In sheet1, enter the values like in the picture above
  2. Leave the values in column B blank
  3. In sheet2, enter the values for the colors in column A
  4. In sheet1, column B, select the cells where you want data validation to apply.
  5. Go to the Data tab
  6. Select Data Validation
  7. Select List in the Allow section
  8. As Source, enter the below formula
  9. =Sheet2!$A$1:$A$3
  10. This will fetch the values from sheet2 – in this case the values in cells A1:A3

Now in Sheet1, column B, the user have to make a choice from this list defined in sheet2.


Discover more from Excel tutorials

Subscribe to get the latest posts sent to your email.

Leave a comment

I’m Henrik

Welcome to Excel tutorials made easy. This site is full of easy to follow tutorials