Vlookup help

Noxqss38242

Board Regular
Joined
Sep 15, 2017
Messages
223
Office Version
  1. 2016
Cell Formulas
RangeFormula
B114:B134B114=COUNTA(B12:AS12)
C114:C134C114=SUM(B12:AS12)
D114:D134D114=IF(A12="","",A12)



I'm wanting to use vlookup but if that won't work, then I'm not opposed to using a different method.
What I'm wanting is to pull large 1, 2, 3, 4, 5 for column B
Then I was trying to use vlookup to pull which system....access, aerody, apu-el, etc...
But when I do that, 24 is repeated but vlookup stops when if sees the first match and returns "2" CRNKSY when the next 24 should be FRAME.
I'm assuming as my numbers change it will also be a problem for column C when using the same method.

Any suggestions?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Try:

Book1
BCDEFGH
113LargeValueName
11441.2ACCESS124CRNKSY
11597.6AERODY224FRAME
1161018.5APU-EL320BRKTRA
1171724.2BODY418BRKTRL
1182025BRKTRA517BODY
1191822BRKTRL
1201726.2CAB
12159.5CHGSYS
1221111.3COOLSY
1232445CRNKSY
12438.9DRVLNE
12574.5ELACCS
1261515.6ENGINE
127108.8EXHSYS
1282416.6FRAME
12922FUELSY
13033.4GAUGE
13137.5HEATER
13244.3HVAC
13342.9INFLSY
13421.6INTAKE
Sheet4
Cell Formulas
RangeFormula
G114:G118G114=LARGE($B$114:$B$134,F114)
H114:H118H114=INDEX(D:D,AGGREGATE(15,6,ROW($B$114:$B$134)/($B$114:$B$134=G114),COUNTIF($G$114:$G114,G114)))
 
Upvote 0
How about
+Fluff v2.xlsm
BCDEFGH
11441.2ACCESS2445CRNKSY
11597.6AERODY2416.6FRAME
1161018.5APU-EL2025BRKTRA
1171724.2BODY1822BRKTRL
1182025BRKTRA1724.2BODY
1191822BRKTRL
1201726.2CAB
12159.5CHGSYS
1221111.3COOLSY
1232445CRNKSY
12438.9DRVLNE
12574.5ELACCS
1261515.6ENGINE
127108.8EXHSYS
1282416.6FRAME
12922FUELSY
13033.4GAUGE
13137.5HEATER
13244.3HVAC
13342.9INFLSY
13421.6INTAKE
Main
Cell Formulas
RangeFormula
F114:F118F114=LARGE($B$114:$B$134,ROWS(F$114:F114))
G114:H118G114=INDEX(C$114:C$134,AGGREGATE(15,6,(ROW($B$114:$B$134)-ROW($B$114)+1)/($B$114:$B$134=$F114),COUNTIFS($F$114:$F114,$F114)))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,827
Messages
6,121,816
Members
449,049
Latest member
cybersurfer5000

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