Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet that has two columns. I want to search through the
first column for a specific value, and if the value is met, average the value in the cell adjacent in the next column to previous values returned. The formula =IF(ISERROR(AVERAGE(IF(D$2:$D$1001=1,$E$2:$E$1001) )),0,(AVERAGE(IF($D$2:=1,$E$2:$E$1001)))) is supposed look for a 1 in column D, and if it is there, add the value in column E to a running average. It does not work. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maddening Dilemma - Compare each cell within column a to each cell in column b and find unique matches | Excel Worksheet Functions | |||
average one column based on criteria from another | Excel Discussion (Misc queries) | |||
how can I average more cells only in a column by a criteria? | Excel Worksheet Functions | |||
calculate average in a column based on criteria in another column | Excel Discussion (Misc queries) | |||
How do I compare cells in a column | New Users to Excel |