I’m trying to force students to show their work in the third column of my table and have the fourth column evaluate it. That works, but it centers an irrational number so they can’t see the actual value. I’d like it to round to the nearest cent, but nothing I’ve found works. This is my current formula without rounding.
cellContent(6,4): when this.cellContent(6,3)="" “” otherwise “$${this.cellNumericValue(6,3)}”
The table is on slide 6 here.
Thank you!