View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default Conditional Formulas for Changing Cell Color

Click in cell A1, go to menu Format|Conditional Formatting, change drop down
to Formula:
=A10="x"
--
John C


"mw2222" wrote:

I would like to set up a formula so that if someone types "x" into cell A10,
then the background color changes in cell A1. Can anyone help?