Created by Eric Concha

For more information about how to use this just click here.

Matriz de Riesgo

The column “Risk” has a formula 👇

if(prop("Factor") <= 2, "🟢Very Low", if(and(prop("Factor") > 2, prop("Factor") <= 4), "🟢Low", if(and(prop("Factor") > 4, prop("Factor") <= 9), "🟡Medium", if(and(prop("Factor") > 9, prop("Factor") <= 12), "🔴High", if(and(prop("Factor") > 12, prop("Factor") <= 16), "🚨Very High", "🔥Extreme")))))