I am trying how to figure out if I can use a MIN function from within a SUMIFS formula. I need the formula in the second criteria to look through a list of months, and see if it is the lowest month listed (compared to C4) for that team (compared to C3) and return the value. Basically like the below, but of course the below doesn't work. Please help!
=(SUMIFS(Data1!$C3:$C100000,Data1!$A3:$A100000,$C$3,MIN(Data1!$B3:$B100000),$C$4))