Changing percentages in Excel is a straightforward process that can be done using various methods. Whether you want to convert decimal values to percentages, apply percentage formatting to existing data, or perform calculations involving percentages, Excel provides several tools to help you achieve your desired results.
Converting Decimal Values to Percentages

If you have decimal values in your Excel sheet and want to convert them to percentages, you can use the following steps:
- Select the cells containing the decimal values you want to convert.
- Right-click on the selected cells and choose "Format Cells" from the context menu.
- In the "Format Cells" dialog box, select the "Percentage" category.
- Choose the number of decimal places you want to display (e.g., 0 decimal places for whole percentages, 1 for tenths, etc.).
- Click "OK" to apply the percentage format to the selected cells.
Alternatively, you can use the "%" symbol in a formula to convert decimal values to percentages. For example, if you have a decimal value of 0.75 in cell A1, you can enter the formula =A1*100% in another cell to get the percentage value.
Applying Percentage Formatting to Existing Data

Sometimes, you may have data in your Excel sheet that is already in percentage format, but you want to change the appearance or adjust the decimal places. Here's how you can do it:
- Select the cells containing the percentage data you want to format.
- Right-click on the selected cells and choose "Format Cells" from the context menu.
- In the "Format Cells" dialog box, go to the "Number" tab.
- Under "Category", select "Percentage".
- Adjust the "Decimal places" as needed. You can also customize other options like "Use 1000 separator" or "Negative numbers" if required.
- Click "OK" to apply the new percentage format to the selected cells.
Performing Calculations Involving Percentages

Excel provides a range of functions and operators to perform calculations involving percentages. Here are a few common scenarios:
Calculating Percentage Increase or Decrease
To calculate the percentage increase or decrease between two values, you can use the following formula:
= (New Value - Old Value) / Old Value * 100
For example, if you have an old value of 50 in cell A1 and a new value of 60 in cell B1, you can calculate the percentage increase using the formula = (B1 - A1) / A1 * 100 in another cell.
Calculating a Value Based on a Percentage
If you know the percentage and the base value, you can calculate the resulting value using the following formula:
= Base Value * Percentage
For instance, if you have a base value of 100 in cell A1 and a percentage of 20% in cell B1, you can calculate the resulting value using the formula = A1 * B1 in another cell.
Calculating Percentage of a Total
To calculate the percentage of a total, you can use the following formula:
= (Value / Total) * 100
Suppose you have a value of 30 in cell A1 and a total of 100 in cell B1. You can calculate the percentage of the total using the formula = (A1 / B1) * 100 in another cell.
Using Percentage Formulas in Excel

Excel offers several built-in functions that can be useful when working with percentages. Here are a few commonly used functions:
- PERCENTILE: Calculates the k-th percentile of a set of values.
- PERCENTRANK: Calculates the rank of a value as a percentage of the data set.
- PERCENTRANK.INC: Calculates the percentage rank of a value in a data set, including the lowest and highest values.
- PERCENTRANK.EXC: Calculates the percentage rank of a value in a data set, excluding the lowest and highest values.
These functions can be particularly useful when analyzing data and calculating percentiles or ranks based on percentages.
Notes

💡 Note: When working with percentages in Excel, it's important to ensure that the cells are formatted correctly as percentages. This will affect how calculations are performed and how the data is displayed.
⚠️ Note: Be cautious when using percentages in formulas, especially when dealing with large numbers. Excel's precision may be limited, and rounding errors can occur. Consider using the ROUND function to control the decimal places in your calculations.
🌐 Note: Excel's percentage formatting options provide flexibility in how percentages are displayed. You can customize the decimal places, use thousands separators, and adjust negative number formatting to suit your preferences.
Conclusion

Changing percentages in Excel is a simple yet powerful tool for data analysis and presentation. By converting decimal values to percentages, applying percentage formatting, and utilizing various calculation methods, you can effectively work with percentages in your Excel sheets. Remember to pay attention to formatting, avoid potential rounding errors, and explore Excel's built-in functions for more advanced percentage calculations.
FAQ

How do I convert decimal values to percentages in Excel?
+To convert decimal values to percentages in Excel, you can select the cells containing the decimal values, right-click, choose “Format Cells,” select the “Percentage” category, and adjust the decimal places as needed. Alternatively, you can use the “%” symbol in a formula, such as =A1*100%.
Can I change the appearance of existing percentage data in Excel?
+Yes, you can change the appearance of existing percentage data in Excel by selecting the cells, right-clicking, choosing “Format Cells,” going to the “Number” tab, selecting the “Percentage” category, and adjusting the decimal places and other formatting options.
What functions can I use for percentage calculations in Excel?
+Excel provides functions like PERCENTILE, PERCENTRANK, PERCENTRANK.INC, and PERCENTRANK.EXC for advanced percentage calculations. These functions help calculate percentiles, ranks, and percentages based on specific criteria.