A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Percentage



 
 
Thread Tools Display Modes
  #1  
Old March 11th, 2009, 04:07 AM posted to microsoft.public.excel.newusers
s
external usenet poster
 
Posts: 82
Default Percentage

My formula is the following

=SUM(F29/F10)*0.1

The percentage is coming out to 276%.

I only want two decimal places (27%).

Please help.

Thank you.
--
Thank you.

You are awesome!
  #2  
Old March 11th, 2009, 04:16 AM posted to microsoft.public.excel.newusers
Sheeloo[_3_]
external usenet poster
 
Posts: 1,713
Default Percentage

You must be formatting the cell as %.

Try this
enter 1 in any cell and then format that cell as %... You will get 100%

To get the write figure you need to divide your formula with 100 like this
=(SUM(F29/F10)*0.1)/100
You don't need the SUM around (F29/F10)*0.1

Actually to show what percentage F29 is of F10 you just need
=(F29/F10)/100 and format the cell as %

eg. if F29 is 150 and F10 is 75 you will get 50%...
with your formula you will get 5%
"S" wrote:

My formula is the following

=SUM(F29/F10)*0.1

The percentage is coming out to 276%.

I only want two decimal places (27%).

Please help.

Thank you.
--
Thank you.

You are awesome!

  #3  
Old March 11th, 2009, 08:27 AM posted to microsoft.public.excel.newusers
Niek Otten
external usenet poster
 
Posts: 2,533
Default Percentage

================================================== ===========
About percentages in Excel

Niek Otten, July 26 2006

In Excel, percentages are stored as fractions; 15% is stored as 0.15, 100%
as 1. That makes it easy to calculate with; just multiply a number with a
percentage and you get what you need. No need to divide/multiply by 100. In
fact, if you see a calculation with percentages which has the number 100
somewhere in the formula; be very careful, it might be wrong or at least use
percentages in a way they weren’t meant to be used in Excel.
The conversion to a fraction happens automatically if you enter the % sign:
if you enter “15%” (without the quotes) the value will be 0.15 and it will
be displayed as 15%. If you then enter 12 in the same cell, two things can
happen: It will be the number 12 or 12%. What happens in your case depends
on a setting:
ToolsOptions, Edit tab, “Enable automatic percent entry” (only Excel2000
and newer).
All built-in functions of Excel and all the functions in Analysis Toolpak
use this representation of percentages: be careful when supplying parameters
to these functions; never use whole numbers (like 8), always use fractions
(like 0.08 or, even better, 8%).

Frequently Asked Questions:

Q:
I have A1 and B1. How do I get C1 to show B1 as a percentage of A1?
A:
Formula in C1: =B1/A1, Format as %

Q:
I have A1 and B1. How do I show the difference as a percentage in C1?
A:
As a percentage of A1: =(B1-A1)/A1, Format as %
As a percentage of B1: =(B1-A1)/B1, Format as %

Q:
In A1 I have he end price.
In B1 I have the VAT percentage, entered like 15%
What is the formula to find the base price, excluding VAT?
A:
=A1/(1+A2)

================================================== ===========

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"S" wrote in message
...
My formula is the following

=SUM(F29/F10)*0.1

The percentage is coming out to 276%.

I only want two decimal places (27%).

Please help.

Thank you.
--
Thank you.

You are awesome!


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.