this is my equation for an average:(coalesce(${score1_1b},0)+coalesce(${score2_1b},0)+coalesce(${score3_1b},0)+coalesce(${score4_1b},0)+coalesce(${score5_1b},0)+coalesce(${score6_1b},0)+coalesce(${score7_1b},0)+coalesce(${score8_1b},0)+coalesce(${score9_1b},0)+coalesce(${score10_1b},0)+coalesce(${score11_1b},0)+coalesce(${score12_1b},0)+coalesce(${score13_1b},0)+coalesce(${score14_1b},0)+coalesce(${score15_1b},0)+coalesce(${score16_1b},0)+coalesce(${score17_1b},0))div${number22}
it works and accurate, however I need to round up the answers to one decimale. I read previous topics and they said to write round() however it doesnt work. is there another solution?