Return a value based on two criteria

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

Guest

Column A contains various text (e.g. Player, Cut)
Column B contains numeric scores (e.g. -1, 0, 5, 6, 11, etc.)

All I want is a formula which will return the largest value from column B,
where column A contains the text 'Player'

Thanks for the assistance!
 
=MAX(IF(A1:A200="Player",B1:B100))

This is an array formula, so commit with Ctrl-Shift-Enter, not just Enter.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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