Max/Min/Median

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

Guest

I have a database which depending on the criteria increases or decreases in
length. What I am trying to do is find the Max/Min/Median % in one column of
data of varying size, e.g. if I select criteria 1, the data length is 100
rows, if I select 2, the data length is 25 - data is different to criteria 1.
Any help would be appreciated.
 
Are the data and criteria in separate columns e.g. % in Column A, criteria in
B?

If so, then try entered with Ctrl+Shift+Enter

=MAX(IF($B$1:$B$20=1,$A$1:$A$20))
 

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