Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Creating a percentage mark up

I am wanting to take a cost of a item in one cell and then apply a mark up
amount in another cell to then total that in a final cell. I am needing the
markup to be correct using the / factor. IE: 40% markup on a item costing
100.00 should be a ending number of 166.67.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 638
Default Creating a percentage mark up

On Sep 19, 8:34 pm, Randy Reno <Randy
wrote:
I am wanting to take a cost of a item in one cell and then apply a mark up
amount in another cell to then total that in a final cell. I am needing the
markup to be correct using the / factor. IE: 40% markup on a item costing
100.00 should be a ending number of 166.67.


Assumptions:
Cell A1 contains the item cost (IE: 100.00)
Cell B1 contains the percentage markup (IE: 40%)
Cell C1 contains the following formula: =A1/(100%-B1)

If you store the percentage as a decimal value (IE: .4 instead of
40%), you could use a formula like =A1/(1-B1), although it will yield
the same result as =A1/(100%-B1).

HTH
-Jeff-

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
creating a percentage bar chart in excel pelican Charts and Charting in Excel 1 August 30th 06 04:31 AM
Calculating a percentage with the end percentage in mind Shadowshady Excel Discussion (Misc queries) 2 June 17th 06 09:41 AM
Creating a stacked column chart with percentage in the graph MQ Charts and Charting in Excel 3 March 14th 06 05:41 AM
Bar Chart depicting the "percentage of another percentage(less than 100)" TEAM Charts and Charting in Excel 1 October 28th 05 05:06 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM


All times are GMT +1. The time now is 05:29 PM.

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

About Us

"It's about Microsoft Excel"