I’m attempting to have students reflect on their progress in class so far. I have a table created, but would like the overall percent in the table to be rounded to the nearest hundredth. I already have this for the cell:
cellContent(1,1): “{numericValue("
{firstDefinedValue(n5.cellNumericValue(7,2),0)}/
${firstDefinedValue(n5.cellNumericValue(7,3),0)}”)}"
Is there a way to add something that will round the answer to the nearest hundredth? I keep on getting errors whenever I add to the cellContent portion. I appreciate the help.