T
Terry B.
I've got a table with roughly 10 columns, numeric data in all but
header. Col E has entries in every cell; col I has some cell values of
8.00, some of 16.00, some of 24.00--and many of col I's cells are
blank. WHAT I'M TRYING TO DO is to calculate an average of col E
entries--BUT ONLY those cell-entries that correspond to col I records
of "8.00". (Or, 16 or 24, it doesn't matter...) AND I NEED THIS TO BE
A DYNAMIC RANGE FORMULA, so that it's going to work & continue to work
accurately as far down the column as I enter data!
This is what I've been using (and what doesn't work):
=AVERAGE(IF(OFFSET(I2,0,0,COUNTA(I:I),1)=8.00,OFFSET(E2,0,0,COUNTA(E:E),1)))
I've been entering this as array, and nothing happens after I do,
the cell I entered it in just remains blank (!?) I've also tried
putting quotes around the `=8.00` , or quotes just around the ` 8.00`.
No joy. :-(
I sure would appreciate any help I can get with this
situation....Thanks!
Terry B.
header. Col E has entries in every cell; col I has some cell values of
8.00, some of 16.00, some of 24.00--and many of col I's cells are
blank. WHAT I'M TRYING TO DO is to calculate an average of col E
entries--BUT ONLY those cell-entries that correspond to col I records
of "8.00". (Or, 16 or 24, it doesn't matter...) AND I NEED THIS TO BE
A DYNAMIC RANGE FORMULA, so that it's going to work & continue to work
accurately as far down the column as I enter data!
This is what I've been using (and what doesn't work):
=AVERAGE(IF(OFFSET(I2,0,0,COUNTA(I:I),1)=8.00,OFFSET(E2,0,0,COUNTA(E:E),1)))
I've been entering this as array, and nothing happens after I do,
the cell I entered it in just remains blank (!?) I've also tried
putting quotes around the `=8.00` , or quotes just around the ` 8.00`.
No joy. :-(
I sure would appreciate any help I can get with this
situation....Thanks!
Terry B.