I am trying to do something similar to a Averageif with max and min.
Current formula :
=IF(J15<0,MAX('CS+MS'!C:C),MIN('CS+MS'!C:C)) When I'm looking in CS+MS Sheet I want to do something like averageif where I can search column B for a word then return column C.
Is this possble?
