=AND($F2<TODAY(),$L2="PSR")
if you want to use conditional formatting the whole idea if you want to use
formulas is to have the formulas return TRUE or FALSE, no need for IF
functions at all Having said that I believe you haven't really explained so
we can understand so I don't know if the above is of any help, but it is a
basic way of setting up a condition
--
Regards,
Peo Sjoblom
Northwest Excel Solutions
www.nwexcelsolutions.com
(remove ^^ from email address)
Portland, Oregon
"Ray Stevens" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> In this case I am looking to turn a row red if a text "date field" for an
> agreed upon date is less than the current date and the column call type is
> "PSR". The data is populated from a SQL Server stored procedure call where
> all dates, unfortunately, are varchar(10) formatted as yyyy-mm-dd.
>
> Ultimately, the row color will be determined by a number of criteria:
>
> 1. CallType = "PSR"
> 2. Status = "Open" or "Reopened"
> 3. Agreed date less than todays date. (i.e., the PSR is late).
>
> PSR's with no agreed date will be another color and PSR's approaching
> their agreed date within a specified period (say, a few days) and still
> open will be yet another.
>
> "Pete_UK" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) oups.com...
>>I don't understand what condition you are trying to set up. It looks
>> like you want $L2 to be equal to "PSR" and $F2 is not blank, but where
>> does TODAY( ) come into it?
>>
>> Please re-post with an explanation of what you want to do.
>>
>> Pete
>>
>
>