answersLogoWhite

0


Best Answer

There are a few ways. Assuming the value you want 10% of is in cell A1, then in another cell you could use any of the following formulas:

=A1*10%

=A1/10

=A1*0.1

=A1/100*10

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would you calculate 10 percent of something in excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is the dollar amount of 2.75 percent?

To calculate 2.75 percent of a dollar amount, you would multiply the dollar amount by 0.0275 (which is 2.75 divided by 100). For example, if the dollar amount is $100, 2.75 percent of $100 would be $2.75.


How would you calculate 0.760 percent?

To calculate 0.760 percent of a number x, multiply x by 0.76 and divide by 100.


How do you calculate a log with 9 diameter and 10' length?

You do not calculate a log!You can calculate the surface area or the volume or, if you know the species, the mass or even time for which it would burn in a hearth. But the log, itself, is not something you can calculate.You do not calculate a log!You can calculate the surface area or the volume or, if you know the species, the mass or even time for which it would burn in a hearth. But the log, itself, is not something you can calculate.You do not calculate a log!You can calculate the surface area or the volume or, if you know the species, the mass or even time for which it would burn in a hearth. But the log, itself, is not something you can calculate.You do not calculate a log!You can calculate the surface area or the volume or, if you know the species, the mass or even time for which it would burn in a hearth. But the log, itself, is not something you can calculate.


How do you turn 58 percent into a fraction?

a percent is something over 100. therefore, if you have 58%, it would be 58/100 or reduced it would be 29/50.


What is 15 percent off 12.95?

15 percent of 12.95 would be 1.9425 or just 1.94 if you round it if you are buying something, your new price would be 11.01

Related questions

What would be the EXCEL formula to calculate 15 percent of 6058.82?

15 / 6058.82 = 0.00247572959751238690041955364246. Formatting the cell for percentages will yield a result of 0.25%


Is there an Excel formula to calculate Federal tax for an unmarried individual in Ontario?

Excel can do any calculations. It won't have that particular requirement already built in, but once you know how to do calculations with Excel and once you know what is required to do the calculation you need, you can then build formulas to do it. Something like that would not be done in a single formula. You would have a number of formulas to calculate the different elements. It can definitely be done. A basic knowledge of Excel and knowledge of the process required to calculate your requirement, which you can probably get through the authorities, probably on their website or through documentation they provide, is what you will need.


What is the dollar amount of 2.75 percent?

To calculate 2.75 percent of a dollar amount, you would multiply the dollar amount by 0.0275 (which is 2.75 divided by 100). For example, if the dollar amount is $100, 2.75 percent of $100 would be $2.75.


How do you find the percentage on Excel?

You find percentages with excel the same why you would with any other method. Multiply the number times the decimal equivalent of the percent. If you want to find 12% of $132.56, use this formula: =132.56*.12If you store the number in cell A1 and the percent in A2, you can use the following formula to calculate the results: =A1*A2


How would you calculate 0.760 percent?

To calculate 0.760 percent of a number x, multiply x by 0.76 and divide by 100.


What multiplies by 0.01 in excel?

percent say cell A30 is 25 then =A30% would get you 0.25


Which Excel function would be used to calculate the total points a student earned on a series of tests?

sum


Which excel function would be used to calculate the total points a student earned ona aseries of tests?

The SUM function.


A calculation used in excell?

Calculate means Excel will evaluate formulas and functions to display the result. You can turn calculate to manual or auto. When it is on auto, everything is updated in real time. Manual will update when you open Excel or requires to you click the calculate button every time you want to see results.


Calculate 30 percent of 40 and 25 percent of 20 then add the two results together?

The answer would be 17.


The steps to find the mode in MS-Excel?

In Excel you can calculate the mode from the set of values by using the MODE function. If you wanted the mode from the range of cells from A2 to D50, then it would be:=MODE(A2:D50)


To calculate the sum of all the cells from E1 to E11 you would write the following formula in excel?

In another cell, you would type in =SUM(E1:E11)