TeamsScheduleFormulaif(contains(prop("Round"), "3"), prop("Win") + " is the grand winner!", if(not empty(prop("Win")), prop("Win") + " moves to Round " + format(toNumber(prop("Round")) + 1), ""))Β