A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
It doesn't format the decimals because it's a text string but you can do it like this.
="U:"&TEXT(B5*10,"0.00")&" F:"&TEXT(10*B5-10,"0.00")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I've got an issue with Excel not decreasing Decimals when the number is generated by a Forumla, I tried " Format Cells" and the Decrease Decimal buttons, it didn't work.
I've got Decimal Numbers @ cell A: 1.13
I've got Decimal Numbers @ cell B: 8.69
I have this code @ cell C: ="U:" & B5*10 & " F:" & 10*B5-10
How it looks: U:86.9230769.... F: 76.92307692307...
How I'd prefer it to look: U:86.92 F:76.92
It works like that on cells that ends with 0, such as U:93.3 F:83.3 since both ends with a "0" but whenever it's not, it's being so annoying..
Screenshot: http://prntscr.com/f1tk4z
Anyone got a solution to this?
Thanks!
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
It doesn't format the decimals because it's a text string but you can do it like this.
="U:"&TEXT(B5*10,"0.00")&" F:"&TEXT(10*B5-10,"0.00")
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more