Multiple Criteria Lookup

aprilannperry

New Member
Joined
Aug 25, 2014
Messages
4
I have a table for which I'd like to return the following results:

Name 1, Criteria 1 and Criteria 2. Criteria 1 and 2 are located in the same column. I think this is throwing me off but the spreadsheet needs to be setup that way. The spreadsheet looks like this:
Column 1Column 2Column 3Column 4Column 5
Row 1
Criteria 1Criteria 1Criteria 1Criteria 1
Row 2
Name​
Criteria 2Criteria 3Criteria 4Criteria 5
Row 3Name 1
Row 4Name 2
Row 5Name 3

<tbody>
</tbody>





<colgroup><col><col><col span="4"></colgroup><tbody>
</tbody>
I have attempted to us an index/match formula with no luck. Any suggestions?

Thanks!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
To be clear, you want the spreadsheet example above, to be sorted so that the Name 1, and Criteria 1. Are listed in the same Column? (Not row) meaning you will have Name 1, Criteria 1, Criteria 1 etc. in one column?
 
Upvote 0
Hi All,

not sure to have undestood.

in A3 first name, in B3 to be copied across

=IFERROR(INDEX($B$1:$Z$2,COLUMN(A$1),COUNTA($A$3:$A3)),"")

<tbody>
</tbody>

in order to get

name 1 - criteria 1- criteria 2
name 2 - criteria 1- criteria 3
name 3 - criteria 1- criteria 4

and so on.

Hope it helps
 
Upvote 0

Forum statistics

Threads
1,203,250
Messages
6,054,383
Members
444,721
Latest member
BAFRA77

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