Forum Discussion

ToniBrosa's avatar
ToniBrosa
Copper Contributor
Mar 07, 2023
Solved

Formula to check equal or greater than 2 among results

Good morning, I have to do a very speciffic query where I have some columns with different data and I was wondering if I could create a formula in order to do it automatically. The thing is tha...
  • OliverScheurich's avatar
    Mar 07, 2023

    ToniBrosa 

    =IF(LARGE(B2:G2,1)>=LARGE(B2:G2,2)*2,INDEX($B$1:$G$1,MATCH(LARGE(B2:G2,1),B2:G2,0)),"no dominant order")

    Does this return the expected result?

     

Resources