Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
ItemA ItemB ItemC
date1 34% 0% 91% date2 0% 0% 12% date3 100% 80% 90% These are the percentage of how effective the production was for the day. However, 0% does not mean not effective. It means no production was made on that item. How do I average the production for the day, without it counting the zeros? Currently using: =SUM(DX36:EI36)/(COUNTIF(DX36:EI36,"<0")) |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
If there is no production on a given day, then leave the cell blank rather
than enter 0%. AVERAGE() ignores blanks -- Gary''s Student - gsnu200791 "HW" wrote: ItemA ItemB ItemC date1 34% 0% 91% date2 0% 0% 12% date3 100% 80% 90% These are the percentage of how effective the production was for the day. However, 0% does not mean not effective. It means no production was made on that item. How do I average the production for the day, without it counting the zeros? Currently using: =SUM(DX36:EI36)/(COUNTIF(DX36:EI36,"<0")) |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Assuming the data is in cols B to D,
you could try something like this in E2, array-entered (press CTRL+SHIFT+ENTER): =AVERAGE(IF(B2:D20,B2:D2)) Copy E2 down -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "HW" wrote: ItemA ItemB ItemC date1 34% 0% 91% date2 0% 0% 12% date3 100% 80% 90% These are the percentage of how effective the production was for the day. However, 0% does not mean not effective. It means no production was made on that item. How do I average the production for the day, without it counting the zeros? Currently using: =SUM(DX36:EI36)/(COUNTIF(DX36:EI36,"<0")) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Substitute function yields #VALUE! when add the instance_number | Excel Worksheet Functions | |||
Formula yields State, not Numbers! | New Users to Excel | |||
Need help with bond yields | Excel Discussion (Misc queries) | |||
Need help with bond yields | Excel Worksheet Functions | |||
calcuate bond yields | Excel Worksheet Functions |