Condition formatting question.

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,717
Office Version
  1. 2007
Platform
  1. Windows
Hi,
I would like to have certain text that I’ve selected from a drop down list certain font colours.
Example.
In the drop down list say I have Dog Cat Fish selections.
When I select Dog from the list the font will be Red when Dog is then shown in that cell.

Over time I will be able to look down the column and see all Dog in Red Cat in yelllw etc.

Is condition formatting the way to do this or vba ?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi,

In the cell(s) where you have your drop down list, use the following formulas for Conditional Formatting, change cell reference to suit:

=A1="Dog" (CF for red)
=A1="Cat" (CF for yellow)
etc.
 
Last edited:
Upvote 0
First off, how many colors do you plan to have formatted for the values in the cells?
Because CF is limited to 3 Formatting rules, 4 if you include the cell formatting.
 
Upvote 0

Forum statistics

Threads
1,223,577
Messages
6,173,163
Members
452,503
Latest member
AM74

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