Forum Discussion

mbrant1982's avatar
mbrant1982
Copper Contributor
May 17, 2021
Solved

Formula help

Hi I work on a pc. Excel version 14.0.7268.5000 I need to develop a formula to help with a prediction model I'm working on. In simple terms I need the formula to predict an outcome of either 'Pass...
  • HansVogelaar's avatar
    HansVogelaar
    May 17, 2021

    mbrant1982 

    In H2:

     

    =IF(C2>=VLOOKUP(MAX(F2:G2),$M$2:$N$17,2),"Pass","Fail")

     

    Fill down. (Notice that the formula doesn't use the entire range in columns M and N. Once the value in column N remains the same, the rest isn't needed)

Resources