Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Conditional Formatting based on multiple criteria

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Conditional Formatting based on multiple criteria

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Conditional Formatting based on multiple criteria

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
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
Conditional Formatting based on 2 criteria Still learning@work Excel Worksheet Functions 4 April 7th 09 10:16 PM
Conditional Formating based on multiple criteria MikeD1224 Excel Discussion (Misc queries) 2 February 15th 08 10:06 AM
conditional formatting, multiple criteria Lara Excel Worksheet Functions 1 June 27th 06 06:39 PM
Conditional Formatting, Multiple Criteria Lara Excel Programming 1 June 27th 06 06:20 PM
conditional formatting, multiple criteria Lara Excel Discussion (Misc queries) 2 June 27th 06 06:11 PM


All times are GMT +1. The time now is 07:12 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"