Retrieving the Cell Address of the Largest Value in a Range

Problem:

Retrieving the address of the cell that contains the largest value within Range1 (A2:D7).

Solution:

Use the ADDRESS, SUM, IF, MAX, ROW, and COLUMN functions as shown in the following Array formula:
{=ADDRESS(SUM(IF(A2:D7=MAX(A2:D7),ROW(A2:D7))),SUM(IF(A2:D7=MAX(A2:D7),COLUMN(A2:D7))))}

To apply Array formula:
Select the cell, press and simultaneously press .

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.