{"id":1797,"date":"2012-02-08T12:05:31","date_gmt":"2012-02-08T12:05:31","guid":{"rendered":"http:\/\/www.microsofttraining.net\/b\/exceltraining\/?p=543"},"modified":"2024-05-12T01:22:55","modified_gmt":"2024-05-12T01:22:55","slug":"using-percentages-in-excel-2010","status":"publish","type":"post","link":"https:\/\/www.stl-training.co.uk\/b\/using-percentages-in-excel-2010\/","title":{"rendered":"Using Percentages in Excel 2010"},"content":{"rendered":"<h2><a id=\"BMcalculate_the_percentage_if_you_know_\" name=\"BMcalculate_the_percentage_if_you_know_\"><\/a>Calculate the percentage if you know the total and amount<\/h2>\n<p>For example, if you score 42 points correctly out of 50, what is the percentage of correct answers?<\/p>\n<h3>Example<\/h3>\n<p>The example may be easier to understand if you copy it to a blank worksheet.<\/p>\n<div>\n<ol type=\"1\">\n<li>Create a blank workbook or worksheet.<\/li>\n<li>Select the example in the Help topic.<\/li>\n<\/ol>\n<p><strong>\u00a0Note\u00a0<\/strong>\u00a0\u00a0Do not select the row or column headers.<\/p>\n<div>Selecting an example from Help<\/div>\n<ol type=\"1\" start=\"3\">\n<li>Press CTRL+C.<\/li>\n<li>In the worksheet, select cell A1, and press CTRL+V.<\/li>\n<li>To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the <strong>Formulas<\/strong> tab, in the <strong>Formula Auditing<\/strong> group, click the <strong>Show Formulas<\/strong> button.<\/li>\n<\/ol>\n<\/div>\n<table>\n<tbody>\n<tr>\n<td>\n<div>\n<table id=\"NestedTable1\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<tr>\n<th><strong>1<\/strong><\/th>\n<\/tr>\n<tr>\n<th><strong>2<\/strong><\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td>\n<div>\n<table id=\"NestedTable2\">\n<tbody>\n<tr>\n<th><strong>A<\/strong><\/th>\n<th><strong>B<\/strong><\/th>\n<\/tr>\n<tr>\n<td><strong>Points answered correctly<\/strong><\/td>\n<td><strong>Total points possible<\/strong><\/td>\n<\/tr>\n<tr>\n<td>42<\/td>\n<td>50<\/td>\n<\/tr>\n<tr>\n<td><strong>Formula<\/strong><\/td>\n<td><strong>Description (Result)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>=A2\/B2<\/td>\n<td>Divides 42 by 50 to find the percentage of correct answers (0.84 or 84%)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>\u00a0Note\u00a0<\/strong>\u00a0\u00a0You can view the number as a percentage. Select the cell, and then on the <strong>Home<\/strong> tab, in the <strong>Number<\/strong> group, click <strong>Percent Style<\/strong> .<\/p>\n<p><a id=\"BMcalculate_the_total_if_you_know_the_a\" name=\"BMcalculate_the_total_if_you_know_the_a\"><\/a><\/p>\n<h2><a id=\"BMcalculate_the_total_if_you_know_the_a\" name=\"BMcalculate_the_total_if_you_know_the_a\"><\/a>Calculate the total if you know the amount and percentage<\/h2>\n<p>For example, the sale price of a shirt is $15, which is 25% off the original price. What is the original price? In this example, you want to find 75% of which number equals 15.<\/p>\n<h3>Example<\/h3>\n<p>The example may be easier to understand if you copy it to a blank worksheet.<\/p>\n<div>\n<ol type=\"1\">\n<li>Create a blank workbook or worksheet.<\/li>\n<li>Select the example in the Help topic.<\/li>\n<\/ol>\n<p><strong>\u00a0Note\u00a0<\/strong>\u00a0\u00a0Do not select the row or column headers.<\/p>\n<div>Selecting an example from Help<\/div>\n<ol type=\"1\" start=\"3\">\n<li>Press CTRL+C.<\/li>\n<li>In the worksheet, select cell A1, and press CTRL+V.<\/li>\n<li>To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the <strong>Formulas<\/strong> tab, in the <strong>Formula Auditing<\/strong> group, click the <strong>Show Formulas<\/strong> button.<\/li>\n<\/ol>\n<\/div>\n<table>\n<tbody>\n<tr>\n<td>\n<div>\n<table id=\"NestedTable1\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<tr>\n<th><strong>1<\/strong><\/th>\n<\/tr>\n<tr>\n<th><strong>2<\/strong><\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td>\n<div>\n<table id=\"NestedTable2\">\n<tbody>\n<tr>\n<th><strong>A<\/strong><\/th>\n<th><strong>B<\/strong><\/th>\n<\/tr>\n<tr>\n<td><strong>Sale price<\/strong><\/td>\n<td><strong>100% minus the discount (in decimal form)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>15<\/td>\n<td>0.75<\/td>\n<\/tr>\n<tr>\n<td><strong>Formula<\/strong><\/td>\n<td><strong>Description (Result)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>=A2\/B2<\/td>\n<td>Divides 15 by 0.75 to find the original price (20)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><a id=\"BMcalculate_the_difference_between_two_\" name=\"BMcalculate_the_difference_between_two_\"><\/a><\/p>\n<h2><a id=\"BMcalculate_the_difference_between_two_\" name=\"BMcalculate_the_difference_between_two_\"><\/a>Calculate the difference between two numbers as a percentage<\/h2>\n<p>For example, your earnings are $2,342 in November and $2,500 in December. What is the percentage change in your earnings between these two months? To do this task, use the ABS function and the subtraction (-) and division (\/) operators.<\/p>\n<h3>Example<\/h3>\n<p>The example may be easier to understand if you copy it to a blank worksheet.<\/p>\n<div>\n<ol type=\"1\">\n<li>Create a blank workbook or worksheet.<\/li>\n<li>Select the example in the Help topic.<\/li>\n<\/ol>\n<p><strong>\u00a0Note\u00a0<\/strong>\u00a0\u00a0Do not select the row or column headers.<\/p>\n<div>Selecting an example from Help<\/div>\n<ol type=\"1\" start=\"3\">\n<li>Press CTRL+C.<\/li>\n<li>In the worksheet, select cell A1, and press CTRL+V.<\/li>\n<li>To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the <strong>Formulas<\/strong> tab, in the <strong>Formula Auditing<\/strong> group, click the <strong>Show Formulas<\/strong> button.<\/li>\n<\/ol>\n<\/div>\n<table>\n<tbody>\n<tr>\n<td>\n<div>\n<table id=\"NestedTable1\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<tr>\n<th><strong>1<\/strong><\/th>\n<\/tr>\n<tr>\n<th><strong>2<\/strong><\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td>\n<div>\n<table id=\"NestedTable2\">\n<tbody>\n<tr>\n<th><strong>A<\/strong><\/th>\n<th><strong>B<\/strong><\/th>\n<\/tr>\n<tr>\n<td><strong>November earnings<\/strong><\/td>\n<td><strong>December earnings<\/strong><\/td>\n<\/tr>\n<tr>\n<td>2342<\/td>\n<td>2500<\/td>\n<\/tr>\n<tr>\n<td><strong>Formula<\/strong><\/td>\n<td><strong>Description (Result)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>=(B2-A2)\/ABS(A2)<\/td>\n<td>Divides the difference between the second and first numbers by the absolute value of the first number to get the percentage change (0.06746 or 6.75%)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>\u00a0Note\u00a0<\/strong>\u00a0\u00a0You can view the number as a percentage. Select the cell, and then on the <strong>Home<\/strong> tab, in the <strong>Number<\/strong> group, click <strong>Percent Style<\/strong> .<\/p>\n<h3>Function details<\/h3>\n<p>The ABS function returns the absolute value of a number. The absolute value of a number is the number without its sign.<\/p>\n<p><a id=\"BMincrease_or_decrease_a_number_by_a_pe\" name=\"BMincrease_or_decrease_a_number_by_a_pe\"><\/a><\/p>\n<h2><a id=\"BMincrease_or_decrease_a_number_by_a_pe\" name=\"BMincrease_or_decrease_a_number_by_a_pe\"><\/a>Increase or decrease a number by a percentage<\/h2>\n<p>For example, you spend an average of $25 on food each week, and you want to cut your weekly food expenditures by 25%. How much can you spend? Or, if you want to increase your weekly food allowance of $25 by 25%, what is your new weekly allowance?<\/p>\n<h3>Example<\/h3>\n<p>The example may be easier to understand if you copy it to a blank worksheet.<\/p>\n<div>\n<ol type=\"1\">\n<li>Create a blank workbook or worksheet.<\/li>\n<li>Select the example in the Help topic.<\/li>\n<\/ol>\n<p><strong>\u00a0Note\u00a0<\/strong>\u00a0\u00a0Do not select the row or column headers.<\/p>\n<div>Selecting an example from Help<\/div>\n<ol type=\"1\" start=\"3\">\n<li>Press CTRL+C.<\/li>\n<li>In the worksheet, select cell A1, and press CTRL+V.<\/li>\n<li>To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the <strong>Formulas<\/strong> tab, in the <strong>Formula Auditing<\/strong> group, click the <strong>Show Formulas<\/strong> button.<\/li>\n<\/ol>\n<\/div>\n<table>\n<tbody>\n<tr>\n<td>\n<div>\n<table id=\"NestedTable1\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<tr>\n<th><strong>1<\/strong><\/th>\n<\/tr>\n<tr>\n<th><strong>2<\/strong><\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td>\n<div>\n<table id=\"NestedTable2\">\n<tbody>\n<tr>\n<th><strong>A<\/strong><\/th>\n<th><strong>B<\/strong><\/th>\n<\/tr>\n<tr>\n<td><strong>Number<\/strong><\/td>\n<td><strong>Percentage<\/strong><\/td>\n<\/tr>\n<tr>\n<td>25<\/td>\n<td>25%<\/td>\n<\/tr>\n<tr>\n<td><strong>Formula<\/strong><\/td>\n<td><strong>Description (Result)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>=A2*(1-B2)<\/td>\n<td>Decreases 25 by 25% (18.75)<\/td>\n<\/tr>\n<tr>\n<td>=A2*(1+B2)<\/td>\n<td>Increases 25 by 25% (31.25)<\/td>\n<\/tr>\n<tr>\n<td>=A2*(1+35%)<\/td>\n<td>Increases 25 by 35% (33.75)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>\u00a0Note\u00a0<\/strong>\u00a0\u00a0When you type a number followed by a percent sign (%), the number is interpreted as a hundredth of its value. For example, 5% is interpreted as .05.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Calculate the percentage if you know the total and amount For example, if you score 42 points correctly out of 50, what is the percentage of correct answers? Example The example may be easier to understand if you copy it to a blank worksheet. Create a blank workbook or worksheet. Select the example in the [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4],"tags":[433,563],"class_list":["post-1797","post","type-post","status-publish","format-standard","hentry","category-excel-training","tag-pr","tag-using-percentages-in-excel-2010"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/posts\/1797","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/comments?post=1797"}],"version-history":[{"count":3,"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/posts\/1797\/revisions"}],"predecessor-version":[{"id":7546,"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/posts\/1797\/revisions\/7546"}],"wp:attachment":[{"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/media?parent=1797"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/categories?post=1797"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stl-training.co.uk\/b\/wp-json\/wp\/v2\/tags?post=1797"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}