Hi, I'm using the below formula,
=IF([Process Engineering Approval - CN]1 = "Submitted", "Request Submitted to Process Engineering", IF([Quality Department Approval - CN]1 = "Submitted", "Request Submitted To Quality department", IF([Production Department Approval - CN]1 = "Submitted", "Request Submitted to Production department", IF([Manufacturing Department Approval - CN]1 = "Submitted", "Request Submitted to Manufacturing department", IF([Maintenance Department Approval - CN]1 = "Submitted", "Request Submitted to Maintenance department", IF([H & S Department Approval - CN]1 = "Submitted", "Request Submitted to H&S department", IF(AND([Process Engineering Approval - CN]1 = "Completed", [Quality Department Approval - CN]1 = "Completed", [Production Department Approval - CN]1 = "Completed", [Manufacturing Department Approval - CN]1 = "Completed", [Maintenance Department Approval - CN]1 = "Completed", [H & S Department Approval - CN]1 = "Completed"), "Completed", "Declined")))))))
for onw my approval process. The problem, is when the cell shows "Submitted", it should give me Request submitted to X department". But, this workflow is in progress, the next cell in the workflow, when it is empty, the resultant cell is giving me "Declined".
I'm not sure how use the formula to show "Empty or Blank" in the resultant cell, when the cells are empty. Below is the screenshot of the sheet.
Can anyone please help me with the the correct formula, that can show blank resultant cell, when the cells are blank, "Request Submitted to X department" when cells have "Submitted", "Approved" when all the cells are approved and "Declined" if any of them declines.