index and match with iferror wrapper

pikepro92

New Member
Joined
Feb 14, 2019
Messages
10
=INDEX('\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$A$2:$D$800,MATCH($N$17,'\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$E$2:$E$800,0),1)

Hi guys the formula above returns the value I'm looking for but I want to add more workbooks to index and match from.

I've tried this for example but it says I've entered too few arguments ? Entered with ctrl shift enter obv.

=IFERROR(INDEX('\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$A$2:$D$800,MATCH($N$17,'\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$E$2:$E$800,0),1),IFERROR(INDEX('\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 GC.xlsx]Case data'!$A$2:$D$800,MATCH($N$17,'\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 GC.xlsx]Case data'!$E$2:$E$800,0),1)))

Any help ?

Cheers
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
=INDEX('\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$A$2:$D$800,MATCH($N$17,'\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$E$2:$E$800,0),1)

Hi guys the formula above returns the value I'm looking for but I want to add more workbooks to index and match from.

I've tried this for example but it says I've entered too few arguments ? Entered with ctrl shift enter obv.

=IFERROR(INDEX('\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$A$2:$D$800,MATCH($N$17,'\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 JG.xlsx]Case data'!$E$2:$E$800,0),1),IFERROR(INDEX('\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 GC.xlsx]Case data'!$A$2:$D$800,MATCH($N$17,'\\c\s\CAF1\FIS PoC Communications Hub\1. Performance\ML\[18-19 GC.xlsx]Case data'!$E$2:$E$800,0),1),"?"))

Any help ?

Cheers

you need to add a condition when no match for both
 
Upvote 0
you need to add a condition when no match for both


Brilliant. Thanks. Would there be any reason why it will not work beyond the 3rd if error? Trying to add a fourth workbook but it says there's a problem found in the formula
 
Upvote 0
you're welcome.

as for your question re the 3rd iferror, it should works
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,947
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