Another Conditional Formatting Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 898 rows of information spread across 13 columns. Column "G" has
dates (898 *different* dates...). What I want to do is set a conditional
formula to change the font, of the whole row, only if the date is older than
"today". I must be able to select all of the cells and set the formatting at
once, but I can't seem to get it correct. Thanks.
 
Hi,

I would suggest only selecting the 13 columns not the whole workbook.

Then in Conditional Formatting enter.


=IF($G3<TODAY(),TRUE,FALSE)

VBA Noob
 
Thanks Noob,
However that formula also highlights rows that are "newer" than today as
well. Thinking back to my previous post, I may not have explained that I
only want rows with dates older than "today" to be highlighted.
 
Select Rows G1:G898

Format>CF>Formula is:

=$G1<TODAY()


Gord Dibben MS Excel MVP
 

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