View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default Conditional Formatting

Move to cell C2 and click FORMAT/CONDITIONAL FORMATTING in the menu.

Change condition 1 from CELL VALUE IS to FORMULA IS and in field to the
right enter the following formula if comparing for a value (substituting your
value for the 1 in the example:

=B2=1

If you want to compare to a text value, enter the text value in quotes

=B2="Message"

Then click the FORMAT command button, select the shade of red you prefer and
click OK 2 times to return to the worksheet.
--
Kevin Backmann


"Willco3" wrote:

I have a drop down box (in cell 1) that people have to choose an option for
(out of approx 20 items) - I want to turn the cell next to it (C2) red if one
particular option is selected from the drop down menu in C1 - this will act
as a reminder that they need to select another option from (C2) in order to
proceed - help is needed. Thanks.
--
DWillcox