Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 186
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 87
Default 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.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula for rounding number to nearest hundred? rinkjustice Excel Discussion (Misc queries) 4 July 25th 06 06:08 PM
Retail Price rounding help needed Graham Clarke Excel Worksheet Functions 1 March 6th 06 06:40 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Value between 2 dates AG Excel Worksheet Functions 11 August 21st 05 05:32 PM
Computing Sales Tax and Retail Price from a number Lani Jo Excel Worksheet Functions 8 February 16th 05 08:06 PM


All times are GMT +1. The time now is 01:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"