Condtional formatting on 2 separate dates

M

mfoster

I have a spread sheet that conatins hire dates in one column (A) and
termination dates in a separate column (AU). I want it to highilght the date
in column A if there is a termination date in column AU. Or even highlight
the name of the employee in column F if there is a termination date in column
AU. THANKS!!!
 
B

Bob Phillips

In F2 use a CF formula of

=ISNUMBER(AU2)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
M

mfoster

:) Worked perfect! Thanks!!

Bob Phillips said:
In F2 use a CF formula of

=ISNUMBER(AU2)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Top