program: kudos = field('#kudos'); hits = field('#hits'); percent = multiply(kudos, 100); format_number(divide(percent, hits), '{0:.1f}')