PC Review


Reply
Thread Tools Rate Thread

Conditional Formatting based on multiple criteria

 
 
rasinc
Guest
Posts: n/a
 
      8th Mar 2008
I have a spreadsheet that needs to hightlight some dates based on multiple
criteria and I cannot get the Formula in the Conditional Formatting function
to work.

A1 = date
A2 = date
A3 = date (not always present)

I want if =A3="" and A2<Now() show the text in A2 in Red.

I've also tried =A3<Date(2000,1,1),A2<Now()

Anyone have any ideas? TIA rasinc
 
Reply With Quote
 
 
 
 
OssieMac
Guest
Posts: n/a
 
      8th Mar 2008
Set formula for conditional formatting for cell A2 to this:-

=AND(A3="",A2<NOW())

--
Regards,

OssieMac


"rasinc" wrote:

> I have a spreadsheet that needs to hightlight some dates based on multiple
> criteria and I cannot get the Formula in the Conditional Formatting function
> to work.
>
> A1 = date
> A2 = date
> A3 = date (not always present)
>
> I want if =A3="" and A2<Now() show the text in A2 in Red.
>
> I've also tried =A3<Date(2000,1,1),A2<Now()
>
> Anyone have any ideas? TIA rasinc

 
Reply With Quote
 
rasinc
Guest
Posts: n/a
 
      9th Mar 2008
Perfect thanks. I was missing the AND() function I guess.

"OssieMac" wrote:

> Set formula for conditional formatting for cell A2 to this:-
>
> =AND(A3="",A2<NOW())
>
> --
> Regards,
>
> OssieMac
>
>
> "rasinc" wrote:
>
> > I have a spreadsheet that needs to hightlight some dates based on multiple
> > criteria and I cannot get the Formula in the Conditional Formatting function
> > to work.
> >
> > A1 = date
> > A2 = date
> > A3 = date (not always present)
> >
> > I want if =A3="" and A2<Now() show the text in A2 in Red.
> >
> > I've also tried =A3<Date(2000,1,1),A2<Now()
> >
> > Anyone have any ideas? TIA rasinc

 
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 with multiple criteria Dave Microsoft Excel Misc 1 24th Jul 2009 02:36 PM
Conditional Formatting based on 2 criteria Still learning@work Microsoft Excel Worksheet Functions 4 7th Apr 2009 10:16 PM
Conditional Formatting based on multiple criteria twlove@ontuet.com Microsoft Excel Discussion 2 3rd Aug 2006 09:37 PM
conditional formatting, multiple criteria =?Utf-8?B?TGFyYQ==?= Microsoft Excel Worksheet Functions 1 27th Jun 2006 06:39 PM
conditional formatting, multiple criteria =?Utf-8?B?TGFyYQ==?= Microsoft Excel Misc 2 27th Jun 2006 06:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:34 AM.