Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a have multiple worksheets that contain data i would like to calculate
some averages for. Down one column is BF, LN, DN, SCK, TOT repeated, and the adjecent cell contains a value I currently have the average for Breakfast as =(SUMIF(August!$J$2:$J$91,"BF",August!$K$2:$K$91))/COUNTIF(August!$J$2:$J$91,"BF"), howver the count function still counts cells that have zero values, I would like the average of only the non-zero cells. Any ideas???? |
#2
![]() |
|||
|
|||
![]()
=AVERAGE(IF((August!$J$2:$J$91="BF")*(August!$K$2: $K$91<0),August!$K$2:$K$9
1)) entered with ctrl + shift & enter -- Regards, Peo Sjoblom "REW2705" wrote in message ... I have a have multiple worksheets that contain data i would like to calculate some averages for. Down one column is BF, LN, DN, SCK, TOT repeated, and the adjecent cell contains a value I currently have the average for Breakfast as =(SUMIF(August!$J$2:$J$91,"BF",August!$K$2:$K$91))/COUNTIF(August!$J$2:$J$91 ,"BF"), howver the count function still counts cells that have zero values, I would like the average of only the non-zero cells. Any ideas???? |
#3
![]() |
|||
|
|||
![]()
That still doesnt work, i played around with it and im still not getting the
average of only the non-zero matching values. It either counts the zero cells as a one to to change the average or it doesnt add them to the sum but it divides by too large of a number. |
#4
![]() |
|||
|
|||
![]()
Never mind, it worked
"REW2705" wrote: I have a have multiple worksheets that contain data i would like to calculate some averages for. Down one column is BF, LN, DN, SCK, TOT repeated, and the adjecent cell contains a value I currently have the average for Breakfast as =(SUMIF(August!$J$2:$J$91,"BF",August!$K$2:$K$91))/COUNTIF(August!$J$2:$J$91,"BF"), howver the count function still counts cells that have zero values, I would like the average of only the non-zero cells. Any ideas???? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use functions when cells are merged | Excel Worksheet Functions | |||
Limit or Exclude cells in Average and Sum formula | Excel Worksheet Functions | |||
requires that merged cells must be identically sized? | Excel Discussion (Misc queries) | |||
How do i get an average that ignores blanks in the range of cells. | Excel Worksheet Functions | |||
copy group of cells to another group of cells using "IF" in third | Excel Worksheet Functions |