Você escreveu IF
e AND
condições incorretamente
Sintaxe:
IF
A sintaxe é a seguinte,
IF(Condition, "True", "False")
AND
A sintaxe é a seguinte,
AND(Condition1, Condition2, ...)
Por isso, sua fórmula deve ser
=IF(AND(A1>B1,A1<D1), C1, IF(AND(A1<B1, A1<D1), D1, IF(AND(A1>B1,C1<B1), B1, "Not Applicable")))
^^^^^^^^^^^
It can be ZERO, as per your formula