View Single Post
 
Old 05-09-2011, 04:58 AM
OTPM OTPM is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default

Quote:
Originally Posted by Colin Legg View Post
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.

Hi Colin
Many thanks for this - I will try it out.
Tony
Reply With Quote