conditional formating: dates

  • Thread starter Thread starter steely
  • Start date Start date
S

steely

i want to change the colour of a row of data based on the dates.
im making a mailbook, in column H i have received date, I reply date
and in J actual date replied.
what im trying to do is highlight mail not replied to within the limits
of the reply date, but not if there is no date entered. im also trying
to highlight if the actual reply date is before the received date.
& im stuck somewhere in middle!
can anyone offer me some advice?
 
Select all the rows in question, I will assume starting at row 2

Menu Format>Conditional Formatting
Change Condition 1 to Formula Is
Add a formula of =$I2<$H2
Click the Format button
Select the Pattern Tab
Select an appropriate highlighting colour
OK

Second condition

Click Add
Change Condition 2 to Formula Is
Add a formula of =AND($J2<>"",$I2>$J2)
Click the Format button
Select the Pattern Tab
Select an appropriate highlighting colour
OK
OK

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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