Coloured Progress

Coloured Progress

From
Discord
Status
Updating
Formulas
Share

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)) + "%")))
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!