The following multi-match array function fails against a table with only 1 row. However it works as as soon as there is another row added.
{=MATCH("A"&"C",myTable[Col1]&myTable[Col3],0)}
curly brackets added to show array formula
See picture as example
Is there anyway to force this to work for at times my real data may only have 1 row in the table? (And this also works with only one row of data not explicity formatted as a table).
This modification doesn't work either:
=MATCH("A"&"C",myTable[[#Data],[Col1]]&myTable[[#Data],[Col3]],0)

