ADDRESS function

G

Guest

Yesterday someone was fortunate enough to provide me with the following
formula, which returns the address of the cell with the maximum value in a
certain range:

=ADDRESS(8,9+MATCH(MAX(J8:T8),J8:T8,0))

The formula, however, returns absolute cell addresses, and I need it to
return relative addresses. I've tried modifying it like this:

=ADDRESS(8,9,4+MATCH(MAX(J8:T8),J8:T8,0))

but when I do, the cell in which it's entered seems to think it's text and
leaves the entire thing in the cell. (It doesn't even generate any error
messages--it just sits in the cell like I would.) Help! Any ideas what I'm
doing wrong?

M. Link
 

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