#1   Report Post  
Posted to microsoft.public.excel.misc
kapper
 
Posts: n/a
Default Retail Pricing


Hello. I will soon be calculating retail pricing. If the sum is, for
example, $2.01 we need to take it down to a more acceptable retail
price of $1.99. I will have a huge spreadsheet with thousands of
amounts to convert. Can this be easily done?

Thanks so much!


--
kapper
------------------------------------------------------------------------
kapper's Profile: http://www.excelforum.com/member.php...o&userid=33644
View this thread: http://www.excelforum.com/showthread...hreadid=534143

  #2   Report Post  
Posted to microsoft.public.excel.misc
robert111
 
Posts: n/a
Default Retail Pricing


calculate actual price minus integer of price

eg 1.99 minus 1 = .99
eg 2.02 minus 2 = .02

then if(difference<.05,oldprice-difference-.01, oldprice)


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=534143

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Retail Pricing

This formula works as well:
=ROUNDDOWN(A1,0)-0.01
.... where A1 holds the 2.01 entry.

  #4   Report Post  
Posted to microsoft.public.excel.misc
kapper
 
Posts: n/a
Default Retail Pricing


That'll work! Tested fine.
Thanks for your help!


--
kapper
------------------------------------------------------------------------
kapper's Profile: http://www.excelforum.com/member.php...o&userid=33644
View this thread: http://www.excelforum.com/showthread...hreadid=534143

  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default Retail Pricing

"Dave O" wrote in message
oups.com...
This formula works as well:
=ROUNDDOWN(A1,0)-0.01
... where A1 holds the 2.01 entry.


Yes, providing your margins will allow you to round $2.99 down to $1.99.
--
David Biddulph


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
Converting cost price to retail in vast array dstooch Excel Worksheet Functions 1 March 31st 06 01:10 AM
Retail Price rounding help needed Graham Clarke Excel Worksheet Functions 1 March 6th 06 06:40 PM
How do I unlock a cell in a page set up for pricing? changefactor Unable to Change Factors in Excel Excel Discussion (Misc queries) 1 June 24th 05 09:48 PM
Volume and pricing calculations Karen Excel Worksheet Functions 1 May 31st 05 11:52 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 08:58 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"