Excel question

Copper Contributor

I need a formula that will let me know when the RTD Splice is complete. Some of the RTD splices have multiple connections so they are going to be complete once they all say "ready". In the screen shot you can see HS03S182 has one that is " Ready" and one that is "Not Ready". what formula can I use in the column Y that will tell me when the splice is complete once that splice is " Ready" in all rows. Excel questions.PNG

1 Reply

@WLC_4 

That could be 

=IF(COUNTIF(U:U,$X5)=COUNTIFS(U:U,X5,V:V,"Ready"),"Complete", "Not Complete")

in Y5 and drag it down