Index, Match with IFERROR Issue

Liam2003

New Member
Joined
Oct 27, 2016
Messages
15
Hi there,

I am currently using the following formula in a spreadsheet, however I am trying to include an IFERROR option to pick up cell Q3 if there is no match. I have tried a couple of options however they do not seem to work.

{INDEX(DARCONTACTSLIST,MATCH(1,(DAR_CUSTLIST=$B$15)*(DAR_NAMELIST=$J$15),0),8)}

I would very much appreciate any help you are able to give me.
Thank you :)
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hi there,

I am currently using the following formula in a spreadsheet, however I am trying to include an IFERROR option to pick up cell Q3 if there is no match. I have tried a couple of options however they do not seem to work.


This is my current formula (not sure where or how to write the IFERROR into this)
{INDEX(DARCONTACTSLIST,MATCH(1,(DAR_CUSTLIST=$B$15)*(DAR_NAMELIST=$J$15),0),8)}

I would very much appreciate any help you are able to give me.
Thank you :smile:
 
Upvote 0
Hi,

I'm might be misunderstanding what you need, but it would be IFERROR(your formula,Q3), like below:


Excel 2010
C
10
Sheet12
Cell Formulas
RangeFormula
C1=IFERROR(INDEX(DARCONTACTSLIST,MATCH(1,(DAR_CUSTLIST=$B$15)*(DAR_NAMELIST=$J$15),0),8),Q3)
 
Upvote 0
Hi,

I'm might be misunderstanding what you need, but it would be IFERROR(your formula,Q3), like below:

Excel 2010
C

<colgroup><col style="width: 25pxpx"><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="align: right"]0[/TD]

</tbody>
Sheet12

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]C1[/TH]
[TD="align: left"]=IFERROR(INDEX(DARCONTACTSLIST,MATCH(1,(DAR_CUSTLIST=$B$15)*(DAR_NAMELIST=$J$15),0),8),Q3)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]


Thank you very much. Perfect, What a gem :biggrin:
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,177
Members
453,021
Latest member
Justyna P

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