Modify Row & Cell Contents based upon Cells Values

B

bpat1434

Thanks for your help. You helped me understand a bit.

Only problem I have here is this:

I'm already using conditional formatting to color alternate rows
light shade of blue (instead of the gray. If I can use autoformat t
clear up a conditional, please tell me how to do this while keeping th
same color scheme.

I'm also using a conditional format to modify the row color based upo
if the item in $K2="Picked Up".

The value of $K2 is actually a drop down box with two choices, and tw
choices only.

$B2 is actually a properly formatted date (12/12/2004) so I figur
using DATEVALUE($B2) would work.

So, is there a way I can combine the two conditional formats of an
suggested or current? i.e. combine the alternate row & $K2="Picked Up
or the two suggested.

Thanks for the help.

~Brett Patterso
 
D

Dave Peterson

You can have up to 3 conditions for your conditional formatting. The first one
that returns true wins. So if you want red, then grey, then lightblue, make
sure that the lightblue conditional formatting is condition 3.

(There's a button on that CF dialog that allows you to add more conditions (up
to 3 total).

If you have 12/12/2004 in B2, try =datevalue($b2) in an empty cell as a test.
What do you get?

===
Did you really mean autoformat (like in Format|Autoformat...)? It doesn't sound
like you need it to me.
 

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