Forum Discussion

VictoriaGilliam's avatar
VictoriaGilliam
Copper Contributor
Aug 03, 2021
Solved

An If/Then formula disabled the (related) IF/AND formula in the adjacent cell

Good morning!!    I have nested If/and formulas in column C to determine, based on multiple criteria,  whether or not there is a requirement for a compliance document.   IF ([PO_Ceiling_Value]>[T...
  • HansVogelaar's avatar
    Aug 03, 2021

    VictoriaGilliam 

    "2500" and "10000" are text values, not numbers, so they mess up the comparison B11>D23.

    Change the formula in D23 to

     

    =IF(B5="YES",2500,10000)