Create Average if value between 2 numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to average a column of values if the values in another column (same
rows) are between a specific range, eg > 100 and <200.

Thanks

Todd
 
Try this:

Entered as an array using the key combination of CTRL,SHIFT,ENTER (not just
ENTER):

=AVERAGE(IF((A1:A10>100)*(A1:A10<200),B1:B10))

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top