"ROUND" function to limit (BUT ALSO FORCE) outcome to two decimals

Bret1

Board Regular
Joined
Jun 14, 2013
Messages
199
I want to use the "ROUND" function in my formula and limit the outcome to 2 decimals, but I also want it to always force to 2 decimals. Right now when the last digit is "0", it just leaves it off.
I am using it like this... =ROUND(formula),2) & " Text"
It displays the 2 decimals if I leave the "text" off, but only displays 1 decimal when last is "0" with the "text" added.
Thanks.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Edited: Can you not just use the formula
Excel Formula:
TEXT(ROUND(your formula, 2),"0.00") & " Text"
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top