Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to know the formula for adding up a row of percents....
I am trying to find the total of 5 percetages - this is a sales increase on 5 different accounts that i need to total. 0.044 0.054 0.009 -0.021 0.036 how do i get these to total correctly in a formula that i can put in my worksheet? -- T |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just add them.
"Trish" wrote in message ... I need to know the formula for adding up a row of percents.... I am trying to find the total of 5 percetages - this is a sales increase on 5 different accounts that i need to total. 0.044 0.054 0.009 -0.021 0.036 how do i get these to total correctly in a formula that i can put in my worksheet? -- T |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There's nothing special about percents. Just use SUM.
|
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if your data is in row 2, say B2:F2, a simple SUM() will work.
=sum(b2:f2) Is your problem a little more complicated than this, perhaps? "Trish" wrote: I need to know the formula for adding up a row of percents.... I am trying to find the total of 5 percetages - this is a sales increase on 5 different accounts that i need to total. 0.044 0.054 0.009 -0.021 0.036 how do i get these to total correctly in a formula that i can put in my worksheet? -- T |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Percents | Excel Worksheet Functions | |||
Percents | Excel Discussion (Misc queries) | |||
Percents and Text in one cell - need to add percents only | Excel Discussion (Misc queries) | |||
Percents | Excel Discussion (Misc queries) | |||
Formula - Percents | Excel Discussion (Misc queries) |