Hi,
I used a LARGE function to find the largest value in column "X" based on some conditions. It happens that the column "X" is a column of losses, but column "B" is the policy number for that loss.
So the LARGE function finds the largest loss but I also need to find the corresponding policy number.
2nd largest loss = LARGE(($X$14:$X$175000) * ($D$14:$D$175000=1)*($AD$14:$AD$175000=TRUE),2)
Is there a way to use MATCH() to get the offset, for column "B"?
I used a LARGE function to find the largest value in column "X" based on some conditions. It happens that the column "X" is a column of losses, but column "B" is the policy number for that loss.
So the LARGE function finds the largest loss but I also need to find the corresponding policy number.
2nd largest loss = LARGE(($X$14:$X$175000) * ($D$14:$D$175000=1)*($AD$14:$AD$175000=TRUE),2)
Is there a way to use MATCH() to get the offset, for column "B"?