Oscars 2020

Oscars 2020

From
Reddit
Status
Updating
Share

Award Winners

Awards

Award Nominees

Nominees

By Nominations & Wins

Nominees
Β 
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 Ben β€’ Latest β€’ Was this helpful? Please consider buying me a coffee. Cheers!
Β 
Formulas

Nominations

format(prop("Nominations #")) + " Nomination" + ((prop("Nominations #") > 1) ? "s" : "")

Total Awards

(prop("Total Awards #") == 0) ? "" : (format(prop("Total Awards #")) + " Award" + ((prop("Total Awards #") > 1) ? "s" : ""))

Last Name

or(prop("Type") == "Actor", prop("Type") == "Actress") ? replaceAll(prop("Name"), ".+ ", "") : ""

Guessed Correctly

empty(prop("Guess to Win")) ? "" : ((prop("Guess to Win") == prop("Winner")) ? "βœ…" : "")

Win Rate

(prop("Win Rate #") != 0) ? (format(prop("Win Rate #") * 100) + "% Win Rate") : ""