Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

Calculating Price Reductions in Excel

In this example, we have a Price list and certain prices need to be reduced by 10%. Here is how we are going to achieve this.:

How to Reduce Prices by a certain percentage

  1. Open up Microsoft Excel (Formula can be used in virtually any version of Excel).
  2. For this example, we are going to assume that the names of products are in cells A5:A10 and the prices are in B5:B10.
  3. Now, select an empty cell. For this example we’ll select cell C1. In it, type -10%.
  4. Select cells C5:C10
  5. Enter the following formula: =B5+(B5*$C$1).
  6. Press CTRL+Enter

In order for this formula to work properly, both columns B and C should be formatted in the Currency Style and it must have an absolute reference to cell C1. Thats it!

Calculating Price Reductions in Excel
  1. How to Use the RANK function to determine the rank of sales
  2. How to Convert Currencies in Excel
  3. How to use the DOLLAR function to convert number to currency
  4. Calculate a person’s age in days using Excel
  5. How to Use the AND Function to Compare Columns in Excel

Leave a Reply