Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luc Luc is offline
external usenet poster
 
Posts: 23
Default 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!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 272
Default 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!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default 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!



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default 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!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Conditional Format Overriding Previous Conditional Format Rene Excel Discussion (Misc queries) 3 February 27th 08 06:08 PM
How to create a conditional format that changes the number format tmbo Excel Discussion (Misc queries) 1 August 23rd 06 06:20 AM
Multiple conditional on conditional format formula Frank Kabel Excel Programming 1 July 27th 04 06:24 PM
Multiple conditional on conditional format formula Bob Phillips[_7_] Excel Programming 0 July 27th 04 05:30 PM
Keep format after paste from other worksheets - conditional format or EnableControl solution doesn't work No Name Excel Programming 0 May 3rd 04 12:22 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"