INDEX/MATCH Problem!

Aitch

Board Regular
Joined
Jan 27, 2019
Messages
119
Office Version
  1. 2010
Platform
  1. Windows
=INDEX(A2:AA6 , MATCH(MINIFS(B2:B6 , A2:A6 ,"??*") , B2:B6 , 0)
1
4
Jack1
2
Jill3

Hoping someone can fix this one!

A1 is the INDEX/MATCH - which should show the name of the person in column A which has the lowest score in column B - in this case Jack with 1

However, there are a lot of missing names in column A - so I used a MINIFS to filter out the blank cells...

Unfortunately it looks up the first instance of 1 in B2 which results in the blank cell in A2....

Is there a better way to do this?

Basically I need to find the MIN of column B which also has text in column A - and then show the text right next to the MIN in column A

Appreciate any help!
 
would you recommend the upgrade Fluff?
I would never willing go back to 2013, which I had before, but it's horses for courses & really depends on what you want.
 
Upvote 0

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"

Forum statistics

Threads
1,215,461
Messages
6,124,952
Members
449,198
Latest member
MhammadishaqKhan

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