Forum Discussion

SLBMetrology's avatar
SLBMetrology
Copper Contributor
Apr 15, 2021
Solved

IF Formula question

Hello,   I current have a formula I am using in SharePoint list that work great (see below), but I need to add in additional if statements which are creating failures.   Working formula: =IF(ISB...
  • ganeshsanap's avatar
    ganeshsanap
    Apr 15, 2021

    SLBMetrology In case of single line of text, use below formula:

    =IF(ISBLANK([Date Completed]), "", IF(OR([5S Rating] = "0", [Documentation Rating] = "0"), "Fail", IF([Audit Rating] > 79, "Pass", "Fail")))

Resources