Index Match Error

Melimob

Active Member
Joined
Oct 16, 2011
Messages
395
Office Version
  1. 365
Hi

I have a table

CountryClient Notification Date
BRAZIL31-May-19
CHILE20-Aug-19
INDONESIA
ISRAEL
MALAYSIA02-Sep-19
NEW ZEALAND
PANAMA
PERU
PHILIPPINES
SAUDI ARABIA
SOUTH AFRICA
TURKEY
UAE (DUBAI)
VIETNAM

<colgroup><col><col></colgroup><tbody>
</tbody>

I want to read the date matching on the Country and return the notification date.

My table that I am inputting this in to is formatted as:

TimelineColumn1BRAZIL
Client Notification Date #N/A

<colgroup><col><col><col></colgroup><tbody>
</tbody>

Here's the formula that I tried and also tried to switch the match criteria round.
But still get an error.

=INDEX(Table3[[#All],[ABC to XYZ]:[Client Notification Date]],MATCH([@Timeline],Table3[Client Notification Date],0),MATCH(Table5[[#Headers],[BRAZIL]],Table3[[#All],[ABC to XYZ]],0))

also - there are two tables with countries so I want to say, if you can't find the country on one table, check the other.
Both tables containing countries as list are formatted the same.

many thanks for any advice!
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
for the two tables check you could just wrap your index matches in an iferror.

for the others, i'm having trouble following your table/naming conventions. can you post a screen of the actual table or upload the sheet?
 
Upvote 0
for the two tables check you could just wrap your index matches in an iferror.

for the others, i'm having trouble following your table/naming conventions. can you post a screen of the actual table or upload the sheet?

thanks for reply...sorry if unclear

Table 3 =


AB
1TPN to TPNClient Notification Date
2BRAZIL31-May-19
3CHILE20-Aug-19

<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>

Table I'm entering to and what the result in

ABCD
1TimelineColumn1BRAZILCHILE
2Client Notification DateWk 131-May-1920-Aug-19

<colgroup><col><col><col span="3"></colgroup><tbody>
</tbody>

<colgroup><col><col><col span="2"></colgroup><tbody>
</tbody>

So result for Brazil should be 31 May and Chile 20 Aug

thanks so much for any advice
 
Upvote 0
Don't worry - I over complicated it. A simple VLOOKUP worked fine for me.
sorry to waste you time but thank you for replying.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

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