Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working on a Excel spreadsheet that is a score sheet. I need some
help as I keep getting a divide by 0 error. My knowledge of Excel is not great. --------------------------------- Here is the situation - I have 12 months (Jan-Dec) in which I score newsletters on 25 items - 18 of which are positive values, 4 are negeative values, and 3 are disqualifications. I have it set up where I total each month's score. No problem here. However, if a newsletter gets disqualified for some reason the total for that month's newsletter is 0. Now this is where the problem comes in. I want to automatically average the scores as I go. Here is the formula I have in one cell for the months total - =IF((E43)="Y",0,IF((E44)="Y",0,IF((E45)="Y", 0,SUM(E5:E11,E13:E37,E39:E42)))) Now all the month's totals are showing a 0 value. And this is where the problem is. I origianlly had it set up to average the score <0 - =IF(SUM(D46:O46)=0,0,(SUM(D46:O46))/COUNTIF(D46:O46,"<0")) But this isn't correct. I need it to average the scores as I go, which could include a 0 score not just non-zero scores. I hope that makes sense. Any help would be appreciated. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I hide a divide by zero error from an average formula? | Excel Worksheet Functions | |||
how do you divide the average of a number into 3 different cells. | New Users to Excel | |||
Divide by zero error | Excel Discussion (Misc queries) | |||
average 2 cells (Mileage Divide by Gallons in two cells | Excel Discussion (Misc queries) | |||
average if, multiple if, divide if | Excel Worksheet Functions |