Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Formula for Finding Retail

To find a retail dollar amount based on cost and margin I use

Sum( COST /(( 100-MARG )*.01))
Where COST is the cost of an item and MARG is the desired margin.

So if an item is $50 at cost and I desire a 43% margin
Sum(50/((100-43)*.01))
gives me $87.72

I always want the cents to be 99, and that is easy enough.


But certain Retail amount are not desirable.
Generally we look for 9's and 5's and exclude 2's and 4's and 6's and
8's

Can anyone work out the logical for a formula to take my Cost to
Retail sum and round it to the desired Retail ending with 9's or 5's
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Formula for Finding Retail

=IF(RIGHT(DOLLAR(SUM( COST /(( 100-MARG )*0.01)),2),1)/10<0.55,REPLACE(B5,LEN(B5),1,"5"),REPLACE(DOLLAR(S UM( COST /((
100-MARG )*0.01)),2),LEN(B5),1,"9"))
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"wutzke"
wrote in message
To find a retail dollar amount based on cost and margin I use
Sum( COST /(( 100-MARG )*.01))
Where COST is the cost of an item and MARG is the desired margin.
So if an item is $50 at cost and I desire a 43% margin
Sum(50/((100-43)*.01))
gives me $87.72
I always want the cents to be 99, and that is easy enough.
But certain Retail amount are not desirable.
Generally we look for 9's and 5's and exclude 2's and 4's and 6's and 8's
Can anyone work out the logical for a formula to take my Cost to
Retail sum and round it to the desired Retail ending with 9's or 5's

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 using cost and margin % to get retail price? Renae Excel Discussion (Misc queries) 3 February 4th 09 09:08 PM
rounding a number created by a formula to a retail price jack Excel Worksheet Functions 3 December 13th 06 11:28 PM
Cost to Retail Price Formula - some help pse Eurbiz Excel Worksheet Functions 2 May 31st 06 10:34 AM
Monthly charts do not retail formula row/column Carole O Charts and Charting in Excel 0 March 23rd 05 04:09 PM
RETAIL MARK UP FORMULA jimbo Excel Discussion (Misc queries) 1 March 11th 05 02:04 AM


All times are GMT +1. The time now is 03: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"