Forum Discussion

djungst's avatar
djungst
Copper Contributor
May 09, 2021
Solved

Return a value based on MIN

I want to return a value located on column "A" that corresponds to a minimum value located in column "F" if it meets a criteria based on information contained in column "G".
  • HansVogelaar's avatar
    May 09, 2021

    djungst 

    Try

     

    =INDEX(A1:A5,MATCH(1,INDEX((F1:F5=MINIFS(F1:F5,G1:G5,"RS"))*(G1:G5="RS"),,),0))

Resources