Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
my question is i am trying to find the percent of an average. ( i have a
spread sheet of 14 people) I am trying to get an 'average' percent of all their combined percentages. WHen some employees are not at work then i leave thoese colums blank and i receive an erro # DIV/O! and my percent total at the bottom, also reflects the same error. I'm sorry if i'm confusing, but right now i'm confused myself! Please helpt |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
try to solve the #div/0! error using =if(iserror(YOUR FORMULA),0,YOUR FORMULA) hth -- regards from Brazil Thanks in advance for your feedback. Marcelo "kellyann" escreveu: my question is i am trying to find the percent of an average. ( i have a spread sheet of 14 people) I am trying to get an 'average' percent of all their combined percentages. WHen some employees are not at work then i leave thoese colums blank and i receive an erro # DIV/O! and my percent total at the bottom, also reflects the same error. I'm sorry if i'm confusing, but right now i'm confused myself! Please helpt |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well dividing by zero yields the empty set, which Excel can't handle, so you
need to trap errors, by doing something like =IF(ISERROR(A1/B1),"",A1/B1) and then average on that column of calculations. AVERAGE ignores blank values but doesn't know what to do when it encounters error values. Dave -- Brevity is the soul of wit. "kellyann" wrote: my question is i am trying to find the percent of an average. ( i have a spread sheet of 14 people) I am trying to get an 'average' percent of all their combined percentages. WHen some employees are not at work then i leave thoese colums blank and i receive an erro # DIV/O! and my percent total at the bottom, also reflects the same error. I'm sorry if i'm confusing, but right now i'm confused myself! Please helpt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating a percentage with the end percentage in mind | Excel Discussion (Misc queries) | |||
Displaying percentage in ranges in pivot table | Excel Worksheet Functions | |||
Percentage Calculation | Excel Worksheet Functions | |||
Formatting percentage signs in Excel | Excel Discussion (Misc queries) | |||
display data as a percentage of a subtotal in excel pivot table | Excel Discussion (Misc queries) |