Truncation formula help needed

colleenmquinn

New Member
Joined
Sep 20, 2017
Messages
2
I need help to multiply the contents of 2 cells and display result truncated to 5 decimal places. I want to do this in a single cell not multiple cells/steps
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Are you talking about merely displaying the result to 5 decimal places or actually changing the value so that it doesn't have any more than 5 digits? If you're just displaying it, you can use the Increase/Decrease Decimal buttons in the Number group under the Home tab. If you're wanting to limit the result to 5 decimals, you could use the ROUND, ROUNDUP, or ROUNDDOWN functions. For example:

=ROUND(3.14159*RAND(),5)

The 5 at the end forces the result to be rounded to 5 digits or less.
 
Upvote 0
I need help to multiply the contents of 2 cells and display result truncated to 5 decimal places. I want to do this in a single cell not multiple cells/steps

I need truncation to 5 decimal places not rounding. If I use the increase / decrease decimal places that rounds your result.
Thanks for trying.
 
Upvote 0
Welcome to the MrExcel board!

Do you need this?
=TRUNC(A1*B1,5)

If not, please provide some sample data and the expected results with any further explanation.
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,454
Members
449,083
Latest member
Ava19

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