conditional format

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

Guest

I would like an entire row (A-R) to be highlighted if it is today’s date. In
column A I have dates. I used a conditional format on cells A5:R187
=INT(A5:R187)=TODAY() this works, but only highlights today’s date in column
A I would like the whole row A-R to be highlighted.

I am using office 2007
 
Kevin,

Select your range by selecting A5 and dragging to select all cells.
Then
Format|conditional formatting|formula is

=$A5=Today()

choose a colour.

Mike
 
thanks mike that works great
Mike H said:
Kevin,

Select your range by selecting A5 and dragging to select all cells.
Then
Format|conditional formatting|formula is

=$A5=Today()

choose a colour.

Mike
 

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

Similar Threads

Conditional Format (Todays Date) 2
Conditional Format 3
Conditional Formatting 2
date popping up in error 2
Macro-total a column with different row sizes 1
conditional formating 2
todays date 2
Addition Formula 2

Back
Top