ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Don't Round... (https://www.excelbanter.com/excel-discussion-misc-queries/151079-dont-round.html)

Michael Miazga

Don't Round...
 
How can I make Excel NOT round the numbers. For example I have a cell
that has a formula with a result of 4.3564, the cell is formatted as a
number with 2 decimals so that it displays 4.36. I want the cell to
display 4.35, don't round the number.

PCLIVE

Don't Round...
 
Use a Custom format of:

0.00

HTH,
Paul

"Michael Miazga" wrote in message
...
How can I make Excel NOT round the numbers. For example I have a cell
that has a formula with a result of 4.3564, the cell is formatted as a
number with 2 decimals so that it displays 4.36. I want the cell to
display 4.35, don't round the number.




Michael Miazga

Don't Round...
 
It still rounds!?

PCLIVE wrote:
Use a Custom format of:

0.00

HTH,
Paul

"Michael Miazga" wrote in message
...
How can I make Excel NOT round the numbers. For example I have a cell
that has a formula with a result of 4.3564, the cell is formatted as a
number with 2 decimals so that it displays 4.36. I want the cell to
display 4.35, don't round the number.




Peo Sjoblom

Don't Round...
 
Try

=TRUNC(C3,2)


replace C3 with the formula that returns 4.3564 and format as general or
number



--
Regards,

Peo Sjoblom



"Michael Miazga" wrote in message
...
It still rounds!?

PCLIVE wrote:
Use a Custom format of:

0.00

HTH,
Paul

"Michael Miazga" wrote in message
...
How can I make Excel NOT round the numbers. For example I have a cell
that has a formula with a result of 4.3564, the cell is formatted as a
number with 2 decimals so that it displays 4.36. I want the cell to
display 4.35, don't round the number.




joeu2004

Don't Round...
 
On Jul 20, 11:32 am, Michael Miazga wrote:
How can I make Excel NOT round the numbers. For example I have a cell
that has a formula with a result of 4.3564, the cell is formatted as a
number with 2 decimals so that it displays 4.36. I want the cell to
display 4.35, don't round the number.


=trunc(formula, 2)

But read the TRUNC help page for an explanation of TRUNC() v. INT().


Michael Miazga

Don't Round...
 
Thank you!

Peo Sjoblom wrote:
Try

=TRUNC(C3,2)


replace C3 with the formula that returns 4.3564 and format as general or
number




ed

Don't Round...
 
On Jul 20, 1:32 pm, Michael Miazga wrote:
How can I make Excel NOT round the numbers. For example I have a cell
that has a formula with a result of 4.3564, the cell is formatted as a
number with 2 decimals so that it displays 4.36. I want the cell to
display 4.35, don't round the number.


ROUNDDOWN(number,num_digits)

ed



Bill Sharpe

Don't Round...
 
Michael Miazga wrote:
How can I make Excel NOT round the numbers. For example I have a cell
that has a formula with a result of 4.3564, the cell is formatted as a
number with 2 decimals so that it displays 4.36. I want the cell to
display 4.35, don't round the number.


I presume that you're not doing anything else with the number except
displaying it. If you are making further calculations with the truncated
number you may be introducing errors that you won't be aware of.

Bill


All times are GMT +1. The time now is 10:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com