Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default A1=50, C1=50, E1=100(total of A1+C1) what % o f E1 is A1?

Can someone give me a forumla that will tell me what the percentage of a
total is in the earlier cell.

Eg. if A1 = 10, C1 = 10, E1 = 10
Total G1 = A1+C1+E1
What % of E1 is A1
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default A1=50, C1=50, E1=100(total of A1+C1) what % o f E1 is A1?

Apologies the last line should read
What % of G1 is A1?

"DSSSS" wrote:

Can someone give me a forumla that will tell me what the percentage of a
total is in the earlier cell.

Eg. if A1 = 10, C1 = 10, E1 = 10
Total G1 = A1+C1+E1
What % of E1 is A1

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default A1=50, C1=50, E1=100(total of A1+C1) what % o f E1 is A1?

=A1/E1 and format as percentage.
--
David Biddulph

"DSSSS" wrote in message
...
Can someone give me a forumla that will tell me what the percentage of a
total is in the earlier cell.

Eg. if A1 = 10, C1 = 10, E1 = 10
Total G1 = A1+C1+E1
What % of E1 is A1



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default A1=50, C1=50, E1=100(total of A1+C1) what % o f E1 is A1?

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

"DSSSS" wrote in message
...
Can someone give me a forumla that will tell me what the percentage of a
total is in the earlier cell.

Eg. if A1 = 10, C1 = 10, E1 = 10
Total G1 = A1+C1+E1
What % of E1 is A1


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default A1=50, C1=50, E1=100(total of A1+C1) what % o f E1 is A1?

=A1/G1 reurns 33.33333%


Gord Dibben MS Excel MVP

On Thu, 22 Jan 2009 10:43:01 -0800, DSSSS
wrote:

Apologies the last line should read
What % of G1 is A1?

"DSSSS" wrote:

Can someone give me a forumla that will tell me what the percentage of a
total is in the earlier cell.

Eg. if A1 = 10, C1 = 10, E1 = 10
Total G1 = A1+C1+E1
What % of E1 is A1


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
Duplicate Running Total Grand Total In Pivot Table Mathew P Bennett[_2_] Excel Discussion (Misc queries) 1 August 17th 08 03:13 AM
Excel 2002 : Any single button to get sub total and grand total ? Mr. Low Excel Discussion (Misc queries) 2 May 22nd 07 08:46 AM
Total column changes colors when total equals sum of other columns newstacy New Users to Excel 1 April 21st 07 09:00 PM
calculate count on 2006 total, 2005 total, etc... Amanda Deshotel Excel Worksheet Functions 6 September 28th 06 11:59 PM
Adding Data Using Multiple Worksheets to Total into a Grand Total Lillie Excel Worksheet Functions 1 April 19th 05 08:34 PM


All times are GMT +1. The time now is 09:56 PM.

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"