Forum Discussion

Danil_B's avatar
Danil_B
Copper Contributor
Feb 15, 2023
Solved

How to keep the values of the cells if their influencing cells are being sorted?

Hello everyone! I have two sheets in Excel, Sheet1 and Sheet2. Since Sheet1 has too many columns, I created a separate sheet to combine different stats about Sheet1 in there. Thus, Sheet2 cells de...
  • SergeiBaklan's avatar
    SergeiBaklan
    Feb 16, 2023

    Danil_B 

    Not sure on which platform/version of Excel you, as variant that could be

    =MIN( INDEX(Results!$D$4:$O$9, MATCH($B2, Results!$B$4:$B$9,0), {1,4,7,10} ) )
    =AVERAGE( INDEX(Results!$D$4:$O$9, MATCH($B2, Results!$B$4:$B$9,0), {1,4,7,10} ) )

Resources