erratic decimal points and rounding

dbann

New Member
Joined
Sep 20, 2011
Messages
2
Hi all,

First post here! I have a minor issue which causes major headaches... Excel 2010....

Excel looses decimal places when I copy information from cells.


Cell B1: 0.00
Cell B2 2.00

Cell C1: " =B1 &"(" &B2&")"

Cell C1 now reads 0(2) - I want it to give the full decimal places - 0.00(2.00). I have formatted cells B1 and B2 to be 2 decimal places, and set excel to "set precision as displayed"

This is quite an annoying issue when copying multiple data from statistical packages. It means that some are consistent to 2 DP, while others are not and require manual changing. I've had a look online but couldn't find anything for it!

Help very much appreciated,

best wishes

Dave
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Welcome to MrExcel.

Try:

=TEXT(B1,"0.00")&"("&TEXT(B2,"0.00")&")"

You can't do it without specifying the format in the TEXT function.
 
Upvote 0
Thank you very much VoG and Andrew Poulsom - you have extremely quickly resolved the problem. Much appreciated!!

David
 
Upvote 0

Forum statistics

Threads
1,215,106
Messages
6,123,122
Members
449,096
Latest member
provoking

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