Return the cell location of a value

S

Shawn

Quick question- how do I return the cell location of a
value? For example, if I wanted to find the maximum value
of a range, it would be =max(range). Once I get that
number, however, how do I have Excel return the location
of that cell?
Thanks-
Shawn
 
J

JulieD

Hi Shawn

one way
=CELL("address",INDEX(A:A,MATCH(MAX(A:A),A:A,0)))

where A:A is your range

Cheers
JulieD
 

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