Hi
I have a table
[TABLE="width: 154"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Country[/TD]
[TD]Client Notification Date[/TD]
[/TR]
[TR]
[TD]BRAZIL[/TD]
[TD]31-May-19[/TD]
[/TR]
[TR]
[TD]CHILE[/TD]
[TD]20-Aug-19[/TD]
[/TR]
[TR]
[TD]INDONESIA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]ISRAEL[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]MALAYSIA[/TD]
[TD]02-Sep-19[/TD]
[/TR]
[TR]
[TD]NEW ZEALAND[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]PANAMA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]PERU[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]PHILIPPINES[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]SAUDI ARABIA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]SOUTH AFRICA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]TURKEY[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]UAE (DUBAI)[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]VIETNAM[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
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:
[TABLE="width: 218"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Timeline[/TD]
[TD]Column1[/TD]
[TD]BRAZIL[/TD]
[/TR]
[TR]
[TD]Client Notification Date[/TD]
[TD] [/TD]
[TD]#N/A[/TD]
[/TR]
</tbody>[/TABLE]
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!
I have a table
[TABLE="width: 154"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Country[/TD]
[TD]Client Notification Date[/TD]
[/TR]
[TR]
[TD]BRAZIL[/TD]
[TD]31-May-19[/TD]
[/TR]
[TR]
[TD]CHILE[/TD]
[TD]20-Aug-19[/TD]
[/TR]
[TR]
[TD]INDONESIA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]ISRAEL[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]MALAYSIA[/TD]
[TD]02-Sep-19[/TD]
[/TR]
[TR]
[TD]NEW ZEALAND[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]PANAMA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]PERU[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]PHILIPPINES[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]SAUDI ARABIA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]SOUTH AFRICA[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]TURKEY[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]UAE (DUBAI)[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]VIETNAM[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
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:
[TABLE="width: 218"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Timeline[/TD]
[TD]Column1[/TD]
[TD]BRAZIL[/TD]
[/TR]
[TR]
[TD]Client Notification Date[/TD]
[TD] [/TD]
[TD]#N/A[/TD]
[/TR]
</tbody>[/TABLE]
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!