ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Cell Address (https://www.excelbanter.com/excel-discussion-misc-queries/38489-cell-address.html)

Michael Link

Cell Address
 
I have a range ( J8:T8) which contain various values. I am using MAX(J8:T8)
to return the largest number in that range. I also need to know what the cell
address is of that value. Is there a formula I can write that will return the
address of the cell in the range with the highest value?

Thanks!

JE McGimpsey

This is one way to return the first max value in the range:

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



In article ,
Michael Link <Michael wrote:

I have a range ( J8:T8) which contain various values. I am using MAX(J8:T8)
to return the largest number in that range. I also need to know what the cell
address is of that value. Is there a formula I can write that will return the
address of the cell in the range with the highest value?

Thanks!


Michael Link

Wow! That does it! I'm quite sure that I wouldn't have gotten to this for a
long time--if ever. Thank you so much!

M. Link

"JE McGimpsey" wrote:

This is one way to return the first max value in the range:

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



In article ,
Michael Link <Michael wrote:

I have a range ( J8:T8) which contain various values. I am using MAX(J8:T8)
to return the largest number in that range. I also need to know what the cell
address is of that value. Is there a formula I can write that will return the
address of the cell in the range with the highest value?

Thanks!



Don Guillett

try this one line array formula which must be entered with ctrl+shift+enter

ADDRESS(MAX(IF(A1:C10=MAX(A1:C10),ROW(A1:C10))),MA X(IF(A1:C10=MAX(A1:C10),CO
LUMN(A1:C10))))

--
Don Guillett
SalesAid Software

"Michael Link" <Michael
wrote in message
...
I have a range ( J8:T8) which contain various values. I am using

MAX(J8:T8)
to return the largest number in that range. I also need to know what the

cell
address is of that value. Is there a formula I can write that will return

the
address of the cell in the range with the highest value?

Thanks!





All times are GMT +1. The time now is 04:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com