PC Review


Reply
Thread Tools Rate Thread

Conditional Formatting part 2

 
 
=?Utf-8?B?QXJ0dXJv?=
Guest
Posts: n/a
 
      28th Jun 2007
Cell J5 is conditionally formatted as
=IF(AND(TODAY()-J5<=7,K5<>1),TRUE,FALSE)

How would I add an additional condition of Today()-J5>0, then if all three
conditions are met, turn font red?
***
The driver being Today()-J5.
Conditon 1, Today()-J5 <=7
Conditon 2, Today()-J5 >0
Conditon 3, Today()-K5<>1

Appreciatively,
Arturo


 
Reply With Quote
 
 
 
 
Vasant Nanavati
Guest
Posts: n/a
 
      28th Jun 2007
=IF(AND(TODAY()-J5<=7,K5<>1,TODAY()-J5>0),TRUE,FALSE)
_____________________________________________________________________

"Arturo" <(E-Mail Removed)> wrote in message
news:E7A37579-ED9B-4D35-B3D2-(E-Mail Removed)...
> Cell J5 is conditionally formatted as
> =IF(AND(TODAY()-J5<=7,K5<>1),TRUE,FALSE)
>
> How would I add an additional condition of Today()-J5>0, then if all three
> conditions are met, turn font red?
> ***
> The driver being Today()-J5.
> Conditon 1, Today()-J5 <=7
> Conditon 2, Today()-J5 >0
> Conditon 3, Today()-K5<>1
>
> Appreciatively,
> Arturo
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting Part Duex ! Naz Microsoft Access Forms 0 5th Oct 2008 02:36 PM
Subtotals & Conditional Formatting Part 2 =?Utf-8?B?U3R1ZGViYWtlcg==?= Microsoft Excel Worksheet Functions 1 17th May 2007 09:19 AM
Conditional formatting for part of a cell =?Utf-8?B?TWFyaWUgQmF5ZXM=?= Microsoft Excel Misc 7 8th Sep 2006 06:47 PM
Conditional Formatting Formula Help Part 2 RalphSE Microsoft Excel Discussion 10 4th May 2006 12:45 AM
Conditional Formatting - part of cell only =?Utf-8?B?Um9iRERydW1z?= Microsoft Excel Misc 1 9th Jan 2006 11:11 PM


Features
 

Advertising
 

Newsgroups
 


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