Referencing a row with a maximum value array?

P

pete

Does anyone know how to reference the row number that a maximum value appears
in. I don't want to reference the value but the actual row. Here is what I
am putting in but it is now correct
=row(max(column_array)

Where the column array would be; D4:D10
 
B

Bob Phillips

=MATCH(MAX(D4:D10),D4:D10,0)+3

--
---
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

Top