ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Conditional format (https://www.excelbanter.com/excel-programming/384398-conditional-format.html)

Luc

Conditional format
 
I want do do the following :

The cells in column K contain a date
The cells in column L contain text.

If the date in column K < now() and column L does NOT contain 'DONE' then
column K should be RED( the background)


With column i mean a cell in this column

Who can help ?

Luc

--------------------------------------------------------------------------------
Mijn Postvak In wordt beschermd door SPAMfighter
339 spam-mails zijn er tot op heden geblokkeerd.
Download de gratis SPAMfighter vandaag nog!



Charles Chickering

Conditional format
 
Luc, try this:
Select Column K, The choose "Formula Is" in the left combo box and paste this:
=AND(K1<TODAY(),L1<"Done")
Click "Format..."
Click the "Pattern" tab
Click the shade of red you want.
should be it click ok
--
Charles Chickering

"A good example is twice the value of good advice."


"Luc" wrote:

I want do do the following :

The cells in column K contain a date
The cells in column L contain text.

If the date in column K < now() and column L does NOT contain 'DONE' then
column K should be RED( the background)


With column i mean a cell in this column

Who can help ?

Luc

--------------------------------------------------------------------------------
Mijn Postvak In wordt beschermd door SPAMfighter
339 spam-mails zijn er tot op heden geblokkeerd.
Download de gratis SPAMfighter vandaag nog!




Vergel Adriano

Conditional format
 

1. Select Column K.
2. Format-Conditional Formatting
3. Condition1, select "Formula Is", then use this as the formula:

=IF($K1<TODAY(),IF($L1="DONE", TRUE, FALSE),FALSE)


If Column K is a date and time value, then use NOW() instead of TODAY().





"Luc" wrote:

I want do do the following :

The cells in column K contain a date
The cells in column L contain text.

If the date in column K < now() and column L does NOT contain 'DONE' then
column K should be RED( the background)


With column i mean a cell in this column

Who can help ?

Luc

--------------------------------------------------------------------------------
Mijn Postvak In wordt beschermd door SPAMfighter
339 spam-mails zijn er tot op heden geblokkeerd.
Download de gratis SPAMfighter vandaag nog!




Vergel Adriano

Conditional format
 
Correction:

=IF($K1<TODAY(),IF($L1<"DONE", TRUE, FALSE),FALSE)


"Vergel Adriano" wrote:


1. Select Column K.
2. Format-Conditional Formatting
3. Condition1, select "Formula Is", then use this as the formula:

=IF($K1<TODAY(),IF($L1="DONE", TRUE, FALSE),FALSE)


If Column K is a date and time value, then use NOW() instead of TODAY().





"Luc" wrote:

I want do do the following :

The cells in column K contain a date
The cells in column L contain text.

If the date in column K < now() and column L does NOT contain 'DONE' then
column K should be RED( the background)


With column i mean a cell in this column

Who can help ?

Luc

--------------------------------------------------------------------------------
Mijn Postvak In wordt beschermd door SPAMfighter
339 spam-mails zijn er tot op heden geblokkeerd.
Download de gratis SPAMfighter vandaag nog!





All times are GMT +1. The time now is 03:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com