On Jan 7, 6:54*pm, Jose Ruben Gonzalez-Baird
<JoseRubenGonzalezBa...@discussions.microsoft.com> wrote:
> I am trying to conditionally format a cell so that, if the value of one cell
> is the same as the values in other cells, the formatting of that cell willbe
> specified a certain way. *For instance, I want to check to see if the value
> of cell E3 equals value A3. *If E3=A3, then I want the formatting of cell E3
> to be set such that the shading is a light yellow. *Is this possible andif
> so is anyone familiar with the syntax?
>
> Thanks for any suggestions. J Ruben.
go to tools/conditional formatting/ drop down "Cell Value Is" and
select "Formula is" and enter =$E$3=$A$3, select shade formatting for
the cell. and click ok.
|