Hi Community,
I want to automate my health column, based on whether several checkboxes (milestones) are ticked or not. Health column is indicated in heart symbols ("Empty" - "Five").
That's what I have right now, but causing an error:
=IF([Infra Team informed to remove legacy hardware]@row = 1, "One", IF(AND([Infra Team informed to remove legacy hardware]@row=1, [Back Office Printer deployed]@row=1) "Two", IF(AND([Infra Team informed to remove legacy hardware]@row=1,[Back Office Printer deployed]@row=1,[Smoke Testing completed]@row=1) "Three", IF(AND([Infra Team informed to remove legacy hardware]@row=1,[Back Office Printer deployed]@row=1,[Smoke Testing completed]@row=1,[Cutover completed]@row=1)"Four", "Empty")))))