View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Héctor Miguel
 
Posts: n/a
Default Average of logic cells

hi, ckdkvk !

I used a logic test to determine some levels from raw scores. For EG 120 = 5, 119-110 = 4, etc.
I now want to dtermine an average score of several of the the results from the logic tests
but it doesnt seem to work. (AVG does not recognise cells with logic tests)...


I'm not sure to got your point, but assuming that 120 = 5 <::: 80 = 1
for a range from 'A1:A10', try with:
=sumproduct(match(a1:a10,{0;80;90;100;110;120})-1)/count(a1:a10)

hth,
hector.