Conditional Formatting Problem

L

lumpkinbd

Ok, here's what I'm trying to do....
I want to use conditional formatting to fill in a pair of cells depending on
what info is expressed in just one.

Example:
Due date Status
Jan. 10 Paid

Now the base cells I am using are a todays date cell (L3)
PAID cell (L4)
The first due date cell is A3 and status B3

Here are the formulas I have figured for A3 and B3 to do what I want
=$A$3<=$L$3 (Will Red fill the due date when it has past)
=$B$3=L4 (will Black out Status when paid)
now if I use those same formulas in both cells then it will make them both
the same.

If due date is past I want both cells to be red fill black text.
If status is Paid then I want both cells to be Black fill with black text.

Now I know how to do this pair by pair, but I need to do this with like 200
cells and I can't figure a way to progress the formatting.

I just want to know if there is some way I can put the formulas in once and
then make the formatting progress down the line:

A2<=L3
B2<=L3
etc...
 
L

Luke M

The trick is the management of absolute reference. Don't place an absolute
reference($) before the row callout, and when you copy it down the formula
will shift one row.

Example:
=$A2>$L$3
copied down on cell becomes
=$A3>$L$3

Continuing on this, if you select all the cells you want to apply formatting
to, type conditional format as it would apply to active cell. The other cells
will adjust their CF's accordingly.

Of note, your post was a little confusing. You mentioned a change in rows,
but your cell addresses were changing columns.
 
L

lumpkinbd

Sorry, I do that all the time. One day I will get the rows/columns
distinction correct. Thanks for the help. Will this also work for using the
format painter?
 

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