Stop rounding

rawdata89

New Member
Joined
Apr 26, 2022
Messages
6
Office Version
  1. 2021
Platform
  1. Windows
  2. MacOS
  3. Mobile
  4. Web
Hello, I want to display a number (1.785) to the 3rd decimal place without rounding however the formula is being rounded to 1.786 and I dont want to display 4 decimal places or round the other numbers, can anyone assist?

1.714​
0.75​
1.2855​
2​
0.25​
0.5​
1.7855​
<---Excel
1.786​
<--Rounded
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi, another option
=ROUND(C3,3)
 
Upvote 0
Could do

Excel Formula:
TRUNC(C3,3)

I believe.
 
Upvote 0
Sorry, the previous formula is wrong, but this is really another option
=ROUNDDOWN(C3,3)
 
Upvote 0
Could do

Excel Formula:
TRUNC(C3,3)

I believe.
how can I include this in my formula? I would like to put this in the same cell as my overall score (d14). The 2 scores are weighted and create the overall score which I need it to read 3 decimal places without the rounding which should be 1.785 but is being rounded to 1.786
 

Attachments

  • no rounding.PNG
    no rounding.PNG
    21.8 KB · Views: 5
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,402
Members
449,156
Latest member
LSchleppi

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