View Single Post
 
Old 10-30-2013, 01:45 AM
officeboy09 officeboy09 is offline Windows XP Office 2003
Advanced Beginner
 
Join Date: Oct 2013
Location: Australia
Posts: 40
officeboy09 is on a distinguished road
Default

Quote:
Originally Posted by Pecoflyer View Post
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
I didn't used SUM alone. I tried this but didn't work.

=ROUND(("Total: "&SUM(G2:G6)),2)
Reply With Quote