Copy conditional format

D

dodgers32

I have an inventory that is being done manually with thousands of numbers.
I'd like to be able to identify quantities that haven't changed using a
conditional format. What I don't want is to have to do each cell
individually. Is there any way to set the first cell (Condition 1 (Cell
Value Is equal to =$C$5) then highlight) and then copy each cell below so
that the conditional format also changes? First cell is J5=C5 (highlight)
then J6=C6, etc.
 
T

T. Valko

Select the range of cells to format. Use the Formula Is option and leave the
cell references relative.

Sounds like you want to format column J if the corresponding cell in column
C is equal.

Assume the range is J5:J10
Select the range J5:J10 (so that J5 is the active cell. The active cell is
the one without the "blueish" color)
Conditional Formatting
Formula Is: =J5=C5
Click the Format button
Select the desired style(s)
OK out

The cell references will automatically adjust.
 
C

Conan Kelly

dodgers32,

just remove the dollar signs from your cell reference:

change

=$C$5

to

=C5

HTH,

Conan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top