Good Day!
I would like to automatically set the health status of my projects. I have this Erro Message: ''UNPARSEABLE''
Below is the formula:
=IF(Phase@row = "Analyse"; IF(NOT(ISBLANK([DateRéception DC SAM]@cell;"Gris"); IF(OR([Date DC AFO]@row <= TODAY(10); [Date DC AIP]@row <= TODAY(10); [Date DC Approbation]@row <= TODAY(10); "Rouge"; IF(OR([Date DC AFO]@row < TODAY(20); [Date DC AIP]@row < TODAY(20); [Date DC Approbation]@row < TODAY(20)); "Jaune"; "Vert")))))))
It is a 4 symbols status, Green, Yellow, Red and Grey. If the first condition is met, the health status is ''Grey''
Thanks in advance,
Claude