Index, Match, and Small Formulas

Lball

Board Regular
Joined
Oct 4, 2005
Messages
197
I have a formula that works great for first stage of my project. I am trying to broaden search. I found a formula combo that Brian from Maui wrote and i need help integrating it in to my formula.

Here is my current formula:
=IF(ISERROR(INDEX(Chart,SMALL(IF(Fico<=$A$3,ROW(Fico)),ROW(1:1)),5)),"",INDEX(Chart,SMALL(IF(Fico<=$A$3,ROW(Fico)),ROW(1:1)),5))

This formula looks at my search input in cell A3(sheet2) and returns all instances of A3 matching the chart i have on Sheet 1. I am trying to now search by more than one input cell.

Brian from Maui suggested someone else use the following for a similar project and i just need help fixing my original formula.

He suggested adding a column in Sheet 1 (Chart) which i've done to columnA : =A2&B2&C2&D2
Then he suggested using this formula in current sheet: =index(Sheet1!A2:A100,MATCH(A3&B3,Sheet1!A2:A100))

Anyone??? Any help would be greatly appreciated
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

Forum statistics

Threads
1,215,545
Messages
6,125,455
Members
449,228
Latest member
moaz_cma

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