Burrgogi
Active Member
- Joined
- Nov 3, 2005
- Messages
- 495
- Office Version
- 2010
- Platform
- Windows
In one of the cells in my worksheet, I have entered the following formula:
=CONCATENATE("Qtr 1 Average: $"&SUM(B2+C2+D2)/3)&" ("&SUM(B3+C3+D3)&" gal used)"
which gives me the following:
Qtr 1 Average: $53.9066666666667 (64.39 gal used)
I'd like the number that follows the word "average" to be rounded off to 2 digits so that the result reads:
Qtr 1 Average: $53.91 (64.39 gal used)
I know there is such a thing as the ROUND function, but I can't figure out how to incorporate it into my current formula. If anyone has some alternative solutions, I'd be curious about that as well. Also, is there a way to bold just the average number instead of bolding the entire cell?
=CONCATENATE("Qtr 1 Average: $"&SUM(B2+C2+D2)/3)&" ("&SUM(B3+C3+D3)&" gal used)"
which gives me the following:
Qtr 1 Average: $53.9066666666667 (64.39 gal used)
I'd like the number that follows the word "average" to be rounded off to 2 digits so that the result reads:
Qtr 1 Average: $53.91 (64.39 gal used)
I know there is such a thing as the ROUND function, but I can't figure out how to incorporate it into my current formula. If anyone has some alternative solutions, I'd be curious about that as well. Also, is there a way to bold just the average number instead of bolding the entire cell?