View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Conditional formatting question

Try this:

Select the cell in question. Assume it's cell A1.
Goto the menu FormatConditional Formatting
Formula Is: =COUNT(FIND("D",A1))
Click the Format button
Select the style(s) desired
OK out

--
Biff
Microsoft Excel MVP


wrote in message
ups.com...
I want a cell to be highlighted red if it contains the letter D AT
ALL. Not just highlighted if the cell ONLY has a D.

For Example: a cell that = "D 8/17" or "D 9/10" should be highlighted
red. The dates after the D will constantly be different, I just want
any cells with the capital letter D in them to be filled in w/red.

Any ideas on how to do this? Conditional formatting only allows me to
fill the cell with red if it equals JUST D. Not D + random date. Any
help is much appreciated, thanks!