Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default i can't figure out how to calculate percentages in excel

hI
I can't seem to get excel to show my the right numbers in percent format
i'm dividing a cell of 3000 by a cell of 342 and i get 8.771929825. if i try
to switch this to percentages i get 877%.

what am i doing wrong?


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,624
Default i can't figure out how to calculate percentages in excel

Nothing. 8.77 *IS* 877%, just as 1.00 is the same as 100%.

What are you expecting?


In article ,
Laserbeak43 wrote:

hI
I can't seem to get excel to show my the right numbers in percent format
i'm dividing a cell of 3000 by a cell of 342 and i get 8.771929825. if i try
to switch this to percentages i get 877%.

what am i doing wrong?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default i can't figure out how to calculate percentages in excel

That is because 1 is 100% divide you answer by 100 and format as
percentage.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Laserbeak43" wrote in message
...
hI
I can't seem to get excel to show my the right numbers in percent format
i'm dividing a cell of 3000 by a cell of 342 and i get 8.771929825. if i
try
to switch this to percentages i get 877%.

what am i doing wrong?




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default i can't figure out how to calculate percentages in excel

My formula was wrong. i was supposed to divide 342 by 3000 to get the correct
answer. (I think) either way i've figured it out thanks

"Sandy Mann" wrote:

That is because 1 is 100% divide you answer by 100 and format as
percentage.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Laserbeak43" wrote in message
...
hI
I can't seem to get excel to show my the right numbers in percent format
i'm dividing a cell of 3000 by a cell of 342 and i get 8.771929825. if i
try
to switch this to percentages i get 877%.

what am i doing wrong?





  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,440
Default i can't figure out how to calculate percentages in excel

================================================== ===========
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 %
================================================== ===========



--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Laserbeak43" wrote in message ...
| hI
| I can't seem to get excel to show my the right numbers in percent format
| i'm dividing a cell of 3000 by a cell of 342 and i get 8.771929825. if i try
| to switch this to percentages i get 877%.
|
| what am i doing wrong?
|
|




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I figure multiple commission percentages Scott L Excel Worksheet Functions 1 April 10th 07 01:52 AM
How do I get a combo box to calculate percentages in Excel? Pattid175 Excel Worksheet Functions 4 April 23rd 06 05:12 PM
Calculate projected figure Mark Stephenson Excel Worksheet Functions 3 December 5th 05 12:24 PM
When subtotaling can Excel also calculate percentages mdeanda Excel Worksheet Functions 1 May 27th 05 04:31 PM
calculate percentages carlton Excel Worksheet Functions 1 November 17th 04 06:05 PM


All times are GMT +1. The time now is 12:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"