Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Finding percents of a total

Say I have a colum with 50 rows filled in with various numbers that add up to
1000. How do I create a function that would calculate the percentace of the
value from each row of the total (B1:B50/total)?

Any help would be greatly appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Finding percents of a total

=B1/SUM(B1:B50)


"experientman" wrote:

Say I have a colum with 50 rows filled in with various numbers that add up to
1000. How do I create a function that would calculate the percentace of the
value from each row of the total (B1:B50/total)?

Any help would be greatly appreciated!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default Finding percents of a total

If I understood you correctly, your data starts from B1:B50 and your total is
on cell B51. You would like to show percentages on column C (C1:C50).
Basically type = on c1 then click on B1 then the "/" division sign then click
on B51. Highlight the portion of B51 and press F4. Your formula now looks
like this:
=B1/$B$51
drag the formula all the way down to B:50.
Additionally, you could highlight the range C1:C50, right click format
cell number choose percentage.

H.T.H.
--
when u change the way u look @ things, the things u look at change.


"experientman" wrote:

Say I have a colum with 50 rows filled in with various numbers that add up to
1000. How do I create a function that would calculate the percentace of the
value from each row of the total (B1:B50/total)?

Any help would be greatly appreciated!

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
need help finding string them averaging the total brandon roland Excel Discussion (Misc queries) 5 August 1st 07 08:42 PM
Finding 'total' in range excel Excel Worksheet Functions 3 March 19th 07 10:34 AM
Percents and Text in one cell - need to add percents only elfmajesty Excel Discussion (Misc queries) 3 March 24th 06 08:46 AM
finding a range of dates to total Danbmarine Excel Discussion (Misc queries) 4 January 27th 06 09:28 PM
Finding total via entered text roy.okinawa Excel Worksheet Functions 4 November 30th 05 10:35 PM


All times are GMT +1. The time now is 10:28 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"