I'm attempting to calculate the percentage of work that's done, round it to a whole number, and add a percent sign. I can get 2 of any 3, but not all three.
=SUM(([Points Done]@row / [Total Points]@row) * 100)
Adding + "%" to the end of the equation gives me 5 decimals.
I'd also like to add an IFFERROR for when there are no points. How do I nest all these together?