Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mr. Knobb
 
Posts: n/a
Default How do I get price calculations to always end in 9?

I'm calculating retail prices at various gross profit percentages. I do this
by dividing the cost by the reciprocal of the desired GP%. I want the
results to always round up to the nearest 9, e.g. $3.29, 5.49, 2.99, etc.
How's this done?

  #2   Report Post  
Vacation's Over
 
Posts: n/a
Default

Although common this can get a little complicated.
if you are sure that 2.00 = 2.09 then
for value in A1 put this formula where you want the answer
extra brackets for clarity....INT returns the integer

=(INT((10*A1)+1))/10)-.01

"Mr. Knobb" wrote:

I'm calculating retail prices at various gross profit percentages. I do this
by dividing the cost by the reciprocal of the desired GP%. I want the
results to always round up to the nearest 9, e.g. $3.29, 5.49, 2.99, etc.
How's this done?

  #3   Report Post  
Mr. Knobb
 
Posts: n/a
Default

Thanks for replying/posting. That solution is close, but I need $4.37 to
round up to 4.39, not 4.99 as this formula does.

"Vacation's Over" wrote:

Although common this can get a little complicated.
if you are sure that 2.00 = 2.09 then
for value in A1 put this formula where you want the answer
extra brackets for clarity....INT returns the integer

=(INT((10*A1)+1))/10)-.01

"Mr. Knobb" wrote:

I'm calculating retail prices at various gross profit percentages. I do this
by dividing the cost by the reciprocal of the desired GP%. I want the
results to always round up to the nearest 9, e.g. $3.29, 5.49, 2.99, etc.
How's this done?

  #4   Report Post  
Mr. Knobb
 
Posts: n/a
Default

I think I got it!
Thanks!

"Vacation's Over" wrote:

Although common this can get a little complicated.
if you are sure that 2.00 = 2.09 then
for value in A1 put this formula where you want the answer
extra brackets for clarity....INT returns the integer

=(INT((10*A1)+1))/10)-.01

"Mr. Knobb" wrote:

I'm calculating retail prices at various gross profit percentages. I do this
by dividing the cost by the reciprocal of the desired GP%. I want the
results to always round up to the nearest 9, e.g. $3.29, 5.49, 2.99, etc.
How's this done?

  #5   Report Post  
 
Posts: n/a
Default

Mr. Knobb wrote:
I'm calculating retail prices at various gross profit
percentages. [...] I want the results to always round
up to the nearest 9, e.g. $3.29, 5.49, 2.99, etc.
How's this done?


And later:
I think I got it! Thanks!


I'm glad you found your solution. Now, could you please
explain why you -- and other retailers -- like prices
that end in 9, especially 9 cents as you asked for.

I'm just curious. It seems to be a pervasive trait.



  #6   Report Post  
Mr. Knobb
 
Posts: n/a
Default

I don't know the science, but there must be some. The practice is commonly
referred to as 'psychological pricing'. We're a very small hotel gift shop
retailer . That style of pricing is so common, I think it's expected. And
our prices are high, so it might help ease the pain a little...

" wrote:

Mr. Knobb wrote:
I'm calculating retail prices at various gross profit
percentages. [...] I want the results to always round
up to the nearest 9, e.g. $3.29, 5.49, 2.99, etc.
How's this done?


And later:
I think I got it! Thanks!


I'm glad you found your solution. Now, could you please
explain why you -- and other retailers -- like prices
that end in 9, especially 9 cents as you asked for.

I'm just curious. It seems to be a pervasive trait.


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 calculating price nander Excel Discussion (Misc queries) 1 August 4th 05 09:19 PM
MSNStockQuote Function Parameters Bobtarrel Excel Worksheet Functions 2 July 17th 05 02:36 PM
Calculations crossing multiple sheets Stephen McArthu Excel Discussion (Misc queries) 4 June 6th 05 04:35 PM
Product Price List with 14k records, filter w/out using AutoFilter ChrisSeattle Excel Worksheet Functions 1 March 3rd 05 06:46 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 12:52 PM.

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"