MAX Value Formula

RetroMe

New Member
Joined
Oct 2, 2009
Messages
48
Hi All,

I have the following formula that finds the maximum value in my table with a few criterias thrown in:

{=MAX((DATA!C2:C20000=D10)*(DATA!K2:K20000="OnRisk")*(DATA!H2:H20000>=E13)*(DATA!H2:H20000<=I13)*(DATA!N2:N20000="New Business")*(DATA!J2:J20000))}

But what I need also is to display the client name that is in column B.

So column 'J' has the maximum value of £1000 and column 'B' has the clients name, how do I display this?

Hope I have explained myself okay!

Thanks in advance.

Alex
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Try

=INDEX(DATA!B2:B20000,MATCH(1,(DATA!J2:J20000=MAX(IF((DATA!C2:C20000=D10)*(DATA!K2:K20000="OnRisk")*(DATA!H2:H20000>=E13)*(DATA!H2:H20000<=I13)*(DATA!N2:N20000="New Business"),DATA!J2:J20000)))*(DATA!C2:C20000=D10)*(DATA!K2:K20000="OnRisk")*(DATA!H2:H20000>=E13)*(DATA!H2:H20000<=I13)*(DATA!N2:N20000="New Business"),0))

confirmed with CTRL+SHIFT+ENTER
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,134
Members
452,890
Latest member
Nikhil Ramesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top