Good Day!
I am having an error message when trying with the formula below:
I am trying to check a box if 2 conditions are met. project may be either in design phase (Analyse/Conception) or Execution. If the first condition is met, and the second (date) are met, the box is checked.
=IF(AND({Phase}@row = "Analyse/Conception"; [Production DC Analyste]@cell < >" "); 1;0))
The second issue is with the case below:
I would like to count the number of project in Execution as well as the number of project in Design.
Received, delivered and in progress.
=COUNTIFS({Phase}; [Colonne principale]@row; {Date d'ouverture})
Thanks in advance,
Claude