A
Alec Kolundzic
I'm looking for a function that will find the maximum
value in a column, then will put that value in a cell
value in a column, then will put that value in a cell
-snip-Alec Kolundzic said:Thanks Julie,
I'm sorry, my original message should have read, I'm
trying to find the cell address of the maximum value in a
column, the max function works well for finding the
highest value, but I need to know the cell address of the
highest value.
-----Original Message-----
Hi,
Thinks he needs to find out the cell where the maximum value occurred as
well.
In case your data is column A, then use this formula
=ADDRESS(MATCH(MAX(A:A),A:A,0),COLUMN(A1))
This will show you the cell where the maximum value occurred.
Regards
Govind.
.
-----Original Message-----
Hi Alec
Don picked up on this in his reply and i've responded on how to do this on
that thread - but basically you need to use the following formula
=CELL("address",INDEX(A:A,MATCH(MAX(A:A),A:A,0)))
Let me know how you go
Regards
JulieD
-snip-
.
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.