Forum Discussion

MelKunz's avatar
MelKunz
Copper Contributor
Dec 28, 2021
Solved

Help w/ Formula/Function

Hello I am using a PC with Windows/Office 365. Looking to build a formula that can compare B24 & B25 together against the table A33:38 & B33:B38 and if B26>B27 returns F33:38 or if B26<B27 returns ...
  • SergeiBaklan's avatar
    Dec 28, 2021

    MelKunz 

    As variant

    =XLOOKUP(1, (B24 = $A$33:$A$38) * (B25 = $B$33:$B$38 ), $F$33:$F$38 ) * (B26 >= B27)

Resources