|  

» 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 .


Rate This Tip
12 34 5
Rating: 3.00     Views: 17156
know the row having the max value in a column in excel using vb6.0
nishantkhimesra
hi
im a biginer to the vb and facing the problem of finding the row having the max value in a column in excel using vb6.0
Click here to post comment
For Registered Users
Name
Comment Title
Comments