Rainbow Progress Bar

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)) + "%")

<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>