View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Tdahlman Tdahlman is offline
external usenet poster
 
Posts: 19
Default Conditional Formatting

I have 2 Cells that will have text in it.
The 1st cell (E3) will have numbers and letter entered into it.
The 2nd cell (G3) will have a data validation with 3 options (Pending, Won,
and Lost).
I want the color of the text in cell E3 to change based on the selection of
G3.
So if Pending is selected in G3 then I want E3 to have Blue text.
If Lost is selected in G3 then I want E3 to have Red Text
If Won is selected in G3 then I want E3 to have Green Text.

Please Advise how I go about this.
Thanks in Advance,
Travis