MsExcel

How do I add 20% to a price in Excel?

Adding 20% to a price in Excel is a straightforward task that can be accomplished with a simple formula. This is particularly useful for businesses and individuals looking to adjust pricing, calculate discounts, or find new sale prices quickly and efficiently.

Key Takeaways

  • Adjusting prices is essential for financial calculations and business operations.
  • Excel formulas allow for quick calculations without manual errors.
  • Mastering basic Excel functions can streamline your workflow.

Step-by-Step Guide to Add 20% to a Price in Excel

  1. Open Excel and create a new spreadsheet or use an existing one.

  2. Enter the Original Price in a cell. For example, type 100 in cell A1. This represents your original price.

  3. Select a New Cell where you want to display the new price after adding 20%. Click on cell B1.

  4. Enter the Formula in cell B1. Use the formula:
    excel
    =A1 * 1.2

    This formula multiplies the original price by 1.2, effectively adding 20% to the price.

  5. Press Enter. The new price will be displayed in cell B1. If you entered 100 in cell A1, you should see 120 in cell B1.

  6. Copy the Formula Down (if needed): If you have multiple prices to adjust in column A, you can drag the fill handle (a small square at the bottom right corner of cell B1) down through your desired range (e.g., B2, B3, etc.). Excel will automatically adjust the references.

Example

If you have the following prices in column A:

  • A1: 100
  • A2: 150
  • A3: 200
See also  How do I find duplicates in Excel without deleting them?

Applying the formula =A1 * 1.2 in B1, =A2 * 1.2 in B2, and =A3 * 1.2 in B3 results in:

  • B1: 120
  • B2: 180
  • B3: 240

Expert Tips

  • Using Percentage Format: Instead of using 1.2, you can use the percentage format. Enter the formula as =A1 * (1 + 20%) for better readability.

  • Avoiding Errors: Ensure that you don’t forget to reference the original cell correctly (e.g., using A1 instead of a hardcoded value).

  • Dynamic Adjustments: If the percentage you want to add varies, consider placing it in a separate cell (say C1 with 20%) and then use the formula =A1 * (1 + C1/100) for flexibility.

Conclusion

Now you know how to add 20% to a price in Excel using a simple formula. This skill is not only useful for business pricing strategies but also for personal financial planning. Practice applying these steps in your next spreadsheet, and you’ll find that adjusting prices becomes second nature.

About the author

Jeffrey Collins

Jeffrey Collins

Jeffery Collins is a Microsoft Office specialist with over 15 years of experience in teaching, training, and business consulting. He has guided thousands of students and professionals in mastering Office applications such as Excel, Word, PowerPoint, and Outlook. From advanced Excel functions and VBA automation to professional Word formatting, data-driven PowerPoint presentations, and efficient email management in Outlook, Jeffery is passionate about making Office tools practical and accessible. On Softwers, he shares step-by-step guides, troubleshooting tips, and expert insights to help users unlock the full potential of Microsoft Office.