What is wrong with my nested if? It says that that It’s invalid
IF(
AND(
{5dayswithnochange},
{issueStatus🟢or🔴or🟠}=🟢
),
"Stable ⚖",
IF(
AND(
{5dayswithnochange},
{issueStatus🟢or🔴or🟠}=🟠
),
"Stuck 🆘",
IF(
AND(
{5dayswithnochange},
{issueStatus🟢or🔴or🟠}=🔴
),
"Broken 🔥",
"Too soon to tell ❔"
)
)
)
