Coloured Progress

Progress (3 Colours)

if(prop("Complete") / prop("Goal") >= 1, "✅", format(replaceAll(slice("xxxxxxxxxx", 0, floor(prop("Complete") / prop("Goal") * 10)), "x", if(prop("Complete") / prop("Goal") <= 0.33, "🟥", if(prop("Complete") / prop("Goal") <= 0.66, "🟨", "🟩"))) + format(replaceAll(slice("xxxxxxxxxx", 0, ceil(10 - prop("Complete") / prop("Goal") * 10)), "x", "⬜️") + " " + format(round(prop("Complete") / prop("Goal") * 100)) + "%")))

Progress (5 Colours)

if(prop("Complete") / prop("Goal") >= 1, "✅", format(replaceAll(slice("xxxxxxxxxx", 0, floor(prop("Complete") / prop("Goal") * 10)), "x", if(prop("Complete") / prop("Goal") <= 0.2, "🟥", if(prop("Complete") / prop("Goal") <= 0.4, "🟧", if(prop("Complete") / prop("Goal") <= 0.6, "🟨", if(prop("Complete") / prop("Goal") <= 0.8, "🟪", "🟩"))))) + format(replaceAll(slice("xxxxxxxxxx", 0, ceil(10 - prop("Complete") / prop("Goal") * 10)), "x", "⬜️") + " " + format(round(prop("Complete") / prop("Goal") * 100)) + "%")))

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>