ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   rounding a number created by a formula to a retail price (https://www.excelbanter.com/excel-worksheet-functions/122591-rounding-number-created-formula-retail-price.html)

jack

rounding a number created by a formula to a retail price
 
I want to round a price that i have created by using a formula to .09, .19,
..29, ......99. Example - the price I created by using a formula is $5.64 and
I would like to round it to $5.59 or $5.69.

Scott

rounding a number created by a formula to a retail price
 
Try:

=ROUND(A1+0.01,1)-0.01

Scott

Jack wrote:
I want to round a price that i have created by using a formula to .09, .19,
.29, ......99. Example - the price I created by using a formula is $5.64 and
I would like to round it to $5.59 or $5.69.



Teethless mama

rounding a number created by a formula to a retail price
 
=ROUNDDOWN(A1,1)+0.09


"Jack" wrote:

I want to round a price that i have created by using a formula to .09, .19,
.29, ......99. Example - the price I created by using a formula is $5.64 and
I would like to round it to $5.59 or $5.69.


Bob Phillips

rounding a number created by a formula to a retail price
 
Assuming nothing happens to 0

=MAX(0,ROUND(your_formula,1)-0.01)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Jack" wrote in message
...
I want to round a price that i have created by using a formula to .09, .19,
.29, ......99. Example - the price I created by using a formula is $5.64
and
I would like to round it to $5.59 or $5.69.





All times are GMT +1. The time now is 05:17 AM.

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