Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need help finding string them averaging the total | Excel Discussion (Misc queries) | |||
Finding 'total' in range | Excel Worksheet Functions | |||
Percents and Text in one cell - need to add percents only | Excel Discussion (Misc queries) | |||
finding a range of dates to total | Excel Discussion (Misc queries) | |||
Finding total via entered text | Excel Worksheet Functions |