Defining the data allowed in a column

justjlc

New Member
Joined
Jan 15, 2004
Messages
3
I want to be able to define the data that is allow in the cells of a specific column. For example:

in column "C" (all the way down) I only want them to be able to use "Smith" or "Jones" or "Doe"

in column "D" (all the way down) I only want them to be able to use red or green or blue.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hi justjlc,

This functionality is provided by data validation using a list. For example, to validate column C as you described, simply select column C, go to menu Data > Validation. In the Allow dropdown select List. In the Source refedit box enter "Smith,Jones,Doe" (without the quotes). I suggest you then go to the Error tab and enter a message that you want to pop up if a user tries to enter something not in the list. Click OK and you're done.

Damon
 
Upvote 0
Note though that DV is easily bypassed by copying and pasting from another cell not controlled by DV.
 
Upvote 0

Forum statistics

Threads
1,214,998
Messages
6,122,639
Members
449,093
Latest member
Ahmad123098

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top