Hi
I'm trying to do a COUNTIF in a table that refers to another table, looking for any cell in the RRAR table that contains the text in the field Agency_Name of another table.
The cell in the table is...
It doesnt work with or without the wildcard.
Thank you in advance
Al
I'm trying to do a COUNTIF in a table that refers to another table, looking for any cell in the RRAR table that contains the text in the field Agency_Name of another table.
The cell in the table is...
Code:
=COUNTIF(RRAR[RRAR_Issued_To],*[@[Agency_Name]]*)
It doesnt work with or without the wildcard.
Thank you in advance
Al