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)
 
Top