I am trying to perform a sumproduct with table references and when im trying to add a extra condition it will no longer work. Below are the two examples there must be something simple I am missing the @Type field is just matching text, if anyone could please guide me with the correct syntax to use and when I recreated without the table references in a new workbook it worked fine.
Formula that works
Formula that errors as #N/A have checked there should be a result
Formula that works
Excel Formula:
=SUMPRODUCT(--([@Key]=RecFY!AK:AK),--([@[Appointment_Date]]=RecFY!Y:Y),RecFY!AD:AD)
Formula that errors as #N/A have checked there should be a result
Excel Formula:
=SUMPRODUCT(--([@Key]=RecFY!AK:AK),--([@[Appointment_Date]]=RecFY!Y:Y),--([@Type]=RecFY!V:V),RecFY!AD:AD)