Index-vlookup?

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
593
Office Version
  1. 365
Platform
  1. Windows
I will just use a simple data to describe what I trying to do.

Column A has letters down A-Z (row 1-26)
Column B through U has numbers 1-20 across

I have used conditional formatting to find the lowest number in each column so I have 20 of the lowest numbers highlighted. Sometimes there are 2 or more of the same lowest number in a column,

What I trying to duplicate is the letter (name) in column A that coincides with the lowest number in each column.
Meaning if in column B the lowest number is a 5 and that is in row 7 and in row 16 I need to formula to show me that G and P had the lowest numbers in column B. For column C say the lowest of the 26 numbers is a 10 in row 18 then I need the formula to return a R.

So eventually I want a list of letters that all were the lowest number in each column. If every column had 1 lowest number I would get 20 letters (names) saying these were the lowest numbers.


Hope I explained this correctly for everyone to understand.
Thanks in advance for you help.

James
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Here are a couple formula ways depending on which ver. of Excel you have.
Both are array formulas that must be entered with CTRL-SHIFT-ENTER.

If you have Excel 2016 you can use the TEXTJOIN function. Drag this formula across columns.If you don't have the TEXTJOIN function then the formula in B12. Drag this formula down and across as needed. It will put the letters into separate cells.
Excel Workbook
ABCD
1A2126
2B61210
3C11812
4D1184
5E5114
6F2116
7G559
8H11124
9I111210
10A, FGD, E, H
11
12AGD
13FE
14H
Sheet



 
Upvote 0
Thanks. Looks like what I was looking for. I will give it a try.
 
Upvote 0

Forum statistics

Threads
1,225,760
Messages
6,186,868
Members
453,380
Latest member
ShaeJ73

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