Excel Formula Find Highest Value according to 2 column

aqeelnokia99

Board Regular
Joined
Dec 23, 2018
Messages
145
Office Version
  1. 2013
Platform
  1. Windows
Dear All i am looking for Excel formula find highest Value with Unique Column only i have post Example Below what result i need

POQtyZIPResult I need
a3RAFd
b2ERTa
c4KTb
d5KT


i need to find Value according to Unique Largest value in Column Zip and get result value form PO
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
As I understand what you want, here is one way using helper columns F & G. Those columns could be hidden after the formulas have been entered in them.

23 06 21.xlsm
ABCDEFG
1POQtyZIPResult I needQtyZIP
2a3RAFd5KT
3b2ERTa3RAF
4c4KTb2ERT
5d5KT   
Max
Cell Formulas
RangeFormula
E2:E5E2=IF(F2="","",INDEX(A:A,AGGREGATE(15,6,ROW(C$2:C$5)/((B$2:C$5=F2)*(C$2:C$5=G2)),1)))
F2:F5F2=IFERROR(AGGREGATE(14,6,B$2:B$5/ISNA(MATCH(C$2:C$5,G$1:G1,0)),1),"")
G2:G5G2=IF(F2="","",INDEX(C:C,AGGREGATE(15,6,ROW(C$2:C$5)/(B$2:B$5=F2),COUNTIF(F$2:F2,F2))))
 
Upvote 0

Forum statistics

Threads
1,215,334
Messages
6,124,325
Members
449,154
Latest member
pollardxlsm

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