Thread: [Solved] Looking for formula
View Single Post
 
Old 11-27-2016, 12:38 PM
jeffreybrown jeffreybrown is offline Windows Vista Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

Just add another logical test to the TRUE side of the IF statement.

=MAX(IF(A2:A19=D2,IF(C2:C19=TRUE,B2:B19)))
Reply With Quote