How to Add 10 Percent to a Number in Excel (2 Easy Methods)

Here’s an overview of incrementing values by a percentage.

Add 10 Percent to a Number in Excel


How to Add 10 Percent to a Number in Excel: 2 Easy Ways

We have the following dataset containing a price list. The percentage increase is listed in C4.


Method 1 – Add 10 Percent to a Number Using Formula

Steps

Formula 1:

  • Enter the following formula in cell D7:
=C7*(1+$C$4)
  • Use the fill handle tool to apply this formula to the cells below.

Add 10 percent to a number : Formula 1

Formula 2:

  • We changed the value in C4 to 110% since that’s the new value we aim for.

  • Enter the following formula in cell D7:
=C7*$C$4

Add 10% to a Number : Formula 2

Formula 3:

  • You can calculate the added value first by entering the following formula in cell D7:
=C7*$C$4

  • Apply the following formula in cell E7 to sum the starting and added values.
=SUM(C7:D7)

Add 10 percent to a Number : Formula 3

Formula 4:

  • You can also multiply the prices by the decimal equivalent of the percentage. This will give the same result too.

Add 10 Percent to a Number : Formula 4

Add or Subtract Different Percentages:

  • Change the percentage to add a different percentage to the prices. You can also put a negative sign before the percentage to subtract it from the prices.

Read More: How to Add 15 Percent to a Price in Excel


Method 2 – Add 10 Percent to a Number Using Paste Special

Steps

  • Since we want to add 10 percent to the prices, we need to multiply them by 110% or 1.1.
  • Enter either of the following formulas in cell D9:
=$C$5

=$C$6

  • Copy the formula down using the fill handle tool.

  • Select all the prices.
  • Press Ctrl + C or right-click to copy.
  • Select cell D9.
  • Press Ctrl + Alt + V for Paste Special.
  • Mark Multiply and hit OK.

Paste Special Dialog Box

  • You will see the prices changed as follows.

Add 10 Percent to a Number using PasteSpecial


Download the Practice Workbook


Related Articles


<< Go Back to Add Percentage to a Number in Excel | Calculating Percentages in Excel | How to Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Shamim Reza
Md. Shamim Reza

Md. Shamim Reza, a marine engineer with expertise in Excel and a fervent interest in VBA programming, sees programming as a time-saving tool for data manipulation, file handling, and internet interaction. His diverse skill set encompasses Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning. He holds a B.Sc in Naval Architecture & Marine Engineering from BUET and has transitioned into a content developer role, generating technical content focused on Excel and VBA. Beyond his professional pursuits,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo