Percentage Increase/Decrease

Percentage Increase/Decrease

From
Reddit
Status
Updating
Share
Percentage Increase/Decrease

% Increase/Decrease

if(empty(prop("Start")) and prop("Start") != 0 or empty(prop("End")) and prop("End") != 0, "", if(prop("Start") == prop("End"), "No Change", format(round(abs((prop("Start") - prop("End")) / prop("Start")) * 10000) / 100) + "% " + if(prop("Start") < prop("End"), "increase", "decrease")))

Emoji Version

if(empty(prop("Start")) and prop("Start") != 0 or empty(prop("End")) and prop("End") != 0, "", if(prop("Start") == prop("End"), "🔹 No Change", if(prop("Start") < prop("End"), "🔺 ", "🔻 ") + format(round(abs((prop("Start") - prop("End")) / prop("Start")) * 10000) / 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!