Forum Discussion

littlevillage's avatar
littlevillage
Iron Contributor
Jun 17, 2022
Solved

How can formula return the 3 largest values

Hi @All, How can formula returns the first 3 values in column B and C from the 3 largest values in column A. In this example: the 3 largest values in Column A: 0.50, 1.00, 1.00, 0.33. The expected...
  • HansVogelaar's avatar
    HansVogelaar
    Jun 20, 2022

    littlevillage 

    How about

    =TEXTJOIN(", ",TRUE,INDEX(FILTER(D2:D16&E2:E16,(A2:A16="238001")*(B2:B16="Thất lạc tại Bưu cục
    网点到件遗失")*(C2:C16>=LARGE(C2:C16,3)),""),SEQUENCE(3)))

Resources