IF ERROR, INDEX MATCH

mychi11

Board Regular
Joined
May 11, 2020
Messages
95
Office Version
  1. 2016
Platform
  1. Windows
I would like to index match cell B12,C12 and D12. is it possible to write a index match. I am able to match two of them. not sure how to add the third one.
=IFERROR(INDEX('CY NO'!$AZ$2:$AZ$5000,MATCH(A!$B$12,'CY NO'!$A$2:$A$5000,0)),IFERROR(INDEX('CY NO'!$AZ$2:$AZ$5000,MATCH(A!$C$12,'CY NO'!$A$2:$A$5000,0)),""))
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Are you trying to match all 3 values on a single row, or if B12 doesn't exists look for C12 & if that doesn't exist look for D12?
 
Upvote 0
I would like to index match cell B12,C12 and D12. is it possible to write a index match. I am able to match two of them. not sure how to add the third one.
=IFERROR(INDEX('CY NO'!$AZ$2:$AZ$5000,MATCH(A!$B$12,'CY NO'!$A$2:$A$5000,0)),IFERROR(INDEX('CY NO'!$AZ$2:$AZ$5000,MATCH(A!$C$12,'CY NO'!$A$2:$A$5000,0)),""))

Hi Mychi11

are you trying to obtain?

Index - Match.xlsx
ABCDEFGHI
1GradeColorScorePrice
2ABCBlack71.29GradeABC
3BCDWhite81.27ColorBlack
4DFTRed41.22Gauge7
5Price1.29
Sheet1
Cell Formulas
RangeFormula
I5I5=INDEX(D2:D4,MATCH(1,INDEX(($B2:$B4=I3)*($C2:$C4=I4)*($A2:$A4=I2),0),0))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,547
Members
449,089
Latest member
davidcom

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