Conditional Format: What is formula to compare to a Date?

  • Thread starter Thread starter All Star
  • Start date Start date
A

All Star

If All rows in Column B > than 11/1/03 highlight.

I know to turn CondFormt to formula: =$B1= ???Date comparison???


thanks much,
All Star
 
If All rows in Column B > than 11/1/03 highlight.

I know to turn CondFormt to formula: =$B1= ???Date comparison???


thanks much,
All Star

Here's one way:

Highlight B1:Bn
Format/Conditional Formatting
Formula Is: =COUNTIF($B$1:$B$n,">"&DATE(2003,11,1))=40

or you can substitute a cell reference for the DATE function.


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top