Progress
if(prop("Completed") / prop("Goal") >= 1, "🟥🟥🟧🟧🟨🟨🟩🟩🟦🟦 100%", replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(slice("rrooyyggbb", 0, floor(prop("Completed") / prop("Goal") * 10)), "r", "🟥"), "o", "🟧"), "y", "🟨"), "g", "🟩"), "b", "🟦") + replaceAll(slice("xxxxxxxxxx", 0, ceil(10 - prop("Completed") / prop("Goal") * 10)), "x", "⬜️") + " " + format(floor(prop("Completed") / prop("Goal") * 100)) + "%")