Forum Discussion

AMZI2001's avatar
AMZI2001
Copper Contributor
Jun 19, 2022
Solved

help

I need help putting the formula for the table below.   Target Start Date Actual Completion Result Status       Not started 12-Jun-22     In Progress 12-Jun-22 15-Jun-22 Fail...
  • OliverScheurich's avatar
    Jun 19, 2022

    AMZI2001 

    =IF(AND(A3="",B3="",C3=""),"Not started",IF(AND(A3<>"",B3="",C3=""),"In progress",IF(AND(A3<>"",B3<>"",C3="Fail"),"Retest",IF(AND(A3<>"",B3<>"",C3="Pass"),"Completed",""))))

    Maybe with this formula.

     

Resources