How to create conditional formatting in drop down list
Tutor 5 (134 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
Creating conditional formatting in a drop-down list allows you to automatically change the appearance of a cell based on the value selected. This makes your spreadsheet visually informative and easier to analyze.
Step 1: Create a Drop-Down List
Select the cell or range where you want the drop-down list.
Go to Data → Data Validation.
In the Settings tab, under Allow, select List.
In the Source box, type the values separated by commas, for example:
High, Medium, Low
Or reference a range containing the values.
Click OK.
The selected cell now has a drop-down list with your values.
Step 2: Apply Conditional Formatting
Select the same cell or range that contains the drop-down list.
Go to Home → Conditional Formatting → New Rule.
Choose Use a formula to determine which cells to format.
Step 3: Enter the Conditional Formatting Formula
For example, if your drop-down list is in cell A1 and contains "High," "Medium," "Low," you can create rules like:
High → Change cell color to red:
=A1="High"
Medium → Change cell color to yellow:
=A1="Medium"
Low → Change cell color to green:
=A1="Low"
After entering each formula:
Click Format → Choose the Fill Color or Font Color → Click OK.
Repeat for each condition.
Step 4: Confirm and Test
Click OK in the Conditional Formatting Rules Manager.
Select different values from the drop-down list in your cell.
The cell should automatically change color based on the selected value.
Notes
Conditional formatting can use multiple conditions in the same cell. Each rule is applied in the order listed in the Conditional Formatting Rules Manager.
Drop-down lists linked to named ranges allow easier maintenance. You can update the range without changing the validation formula.
For Mac users, all steps are identical, but Data Validation is found under Tools → Data Validation.
Example
Suppose cell B2 has a drop-down list with "Pass," "Fail," and "Incomplete."
Formula for "Pass":
=B2="Pass"→ Green fillFormula for "Fail":
=B2="Fail"→ Red fillFormula for "Incomplete":
=B2="Incomplete"→ Yellow fill
Selecting a value instantly updates the cell color, giving a clear visual indicator of status.
This method works for text values, numbers, or dates in drop-down lists. It makes spreadsheets dynamic and improves readability.
Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
How to freeze a row in excel
Answers · 1
How to freeze the top three rows in excel
Answers · 1
How to freeze the top two rows in excel
Answers · 1
How to freeze top row excel mac
Answers · 1