Count number of values equal to MAX of a column

  • Thread starter Thread starter dauclair
  • Start date Start date
D

dauclair

I'm trying to find the number of values in a column that equal th
maximum value of that column.

If it didn't return a -0-, this is what I would like to do:

=COUNTIF(B3:B723, "=MAX(B3:B723)")

If the column contained: (1, 2, 3, 4, 5, 5, 5, 2),
I would like (3) returned
 

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