ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Roundup and rounddown function - how to combine (https://www.excelbanter.com/excel-worksheet-functions/264791-re-roundup-rounddown-function-how-combine.html)

RonaldoOneNil

Roundup and rounddown function - how to combine
 
Assuming the numbers are never more than 2 decimal places

=INT(A1+.49)

"Piotr (Peter)" wrote:

Dear All,

I have a spreadsheet with numbers containing decimals. I would like to
combine somehow two functions so that if a number is e.g. 1.5 it should be
rounded down to 1 and if it is 1.51 it should be rounded up to 2.
How can I achieve this?

Your prompt response would be highly aprreciated.

Thanks


bala_vb

Quote:

Originally Posted by RonaldoOneNil (Post 956748)
Assuming the numbers are never more than 2 decimal places

=INT(A1+.49)

"Piotr (Peter)" wrote:

Dear All,

I have a spreadsheet with numbers containing decimals. I would like to
combine somehow two functions so that if a number is e.g. 1.5 it should be
rounded down to 1 and if it is 1.51 it should be rounded up to 2.
How can I achieve this?

Your prompt response would be highly aprreciated.

Thanks

assuming you have input value at A1, 1.51, copy this formulae to B1.

=IF(LEN(A1)-FIND(".",A1,1)2,ROUNDDOWN(A1,0),IF(RIGHT(A1,FIND( ".",A1,1)+1)-0.50,ROUNDUP(A1,0),ROUNDDOWN(A1,0)))

all the best


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

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