Forum Discussion

Abdel735's avatar
Abdel735
Copper Contributor
Sep 06, 2022
Solved

Help

Can someone help me with this fct =IF(ISBLANK(I2);"");IF((I2>TODAY());"To anticipate";"Gate finished");IF((I2<EDATE(TODAY();1));"Priority") , i can t find the error , i get Value! error
  • Riny_van_Eekelen's avatar
    Sep 06, 2022

    Abdel735 

    Some brackets are in the wrong places. Perhaps this way:

    =IF(ISBLANK(I2);"";IF(I2>TODAY();"To anticipate";IF(I2<EDATE(TODAY();1);"Priority";"Gate finished")))

     

Resources