Calculating 10%

Closed
saima - Oct 1, 2009 at 10:32 PM
Mwanasoft Posts 57 Registration date Sunday May 24, 2009 Status Member Last seen April 6, 2010 - Oct 2, 2009 at 08:58 AM
Hello,
i am calculalting Number of supervisory checklist which are different numbers for each area according to requirement. now i have to increase each number by 10 %. how can i do that using EXcel

2 responses

Blocked Profile
Oct 2, 2009 at 06:07 AM
Dear Sir,

The solution to your problem is by using the following formula:

=Cell*(1+10%)

You must put the cell location instead of Cell and the calculation will be carried out and displayed.

Hope that the information provided has solved your problem.

Thanks.
Mwanasoft Posts 57 Registration date Sunday May 24, 2009 Status Member Last seen April 6, 2010 26
Oct 2, 2009 at 08:58 AM
Hi,

You can try using this formula:

=CellAddress+CellAddress*10%

Note that where i have used the name Cell Address, you'll be referring to cell location i.e. the cell that contains your value or the value you want to increment with 10%

Have a wonderful day and Enjoy!!!!