Ask yourself how you would do it without the text part.
What are you trying to do ? Round the result to two decimals.
Did I say ROUND ? OK then let's use the ROUND function
=ROUND(sum(your_range),2)
Now use this new formula the same way we used SUM alone before...
I trust you now have the answer