View Single Post
 
Old 05-06-2011, 03:20 AM
Colin Legg's Avatar
Colin Legg Colin Legg is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Jan 2011
Location: UK
Posts: 369
Colin Legg will become famous soon enough
Default

I * think * this native formula does what you want:
Code:
=IF(SUMPRODUCT(($A$2:$A$11=$I11:$Z11)*($F$2:$F$11<TODAY())),"At Risk","On Time")
It "looks up" the IDs listed in I11:Z11, finds them in column A and then counts how many of them have a finish date later than today. If any of them do, then it returns "At Risk".

Perhaps I misunderstood though.
Reply With Quote