Formatting Assistance

R

Randy

Hello...I have a formula that contains text and can't seem to format it
correctly...any suggestions will be greatly appreciated:

Formula:
="Average Savings = "&"$"&SUM(D15-D21)

Displays as:
Average Savings = $2746.77285714286

Would like to display as:
Average Savings = $2746.77

I thank you in advance for your time!

Best Regards,
 
R

Randy

Never mind....I got it...

="Average Savings = "&"$"&TEXT(SUM(D15-D21),"$#,###.##")
 
P

Pecoflyer

Randy;216377 said:
Never mind....I got it...

="Average Savings = "&"$"&TEXT(SUM(D15-D21),"$#,###.##")

Thank you for sharing your solution :

--
Pecoflye

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows fil
upload ->faster and better answers

*Adding your XL version* to your post helps finding solution faste
 
Top