=max.if.group doesn't work - so how I can...

  • Thread starter Thread starter Anssi
  • Start date Start date
A

Anssi

....do it in some other way?

Example:

This kind of function work for me:
=average.if.group(H:H;D:D;"running")

It specified cells includes word "running", then it counts arithmetics
average between those numbers.

But if I want to find out like same way, which is the highest number between
those specified cells - it doesn't work like that.

I'll be very grateful, if someone have solution for that?

- Anssi -
 
=MAX(IF(H1:H65000="running",D1:D65000,""))

This is an array formula, so you need to press Shift+Ctrl+Enter to enter it,
not Enter.
 

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