Hi,
I'm looking to summarise in one table, the number of times a specified date value appears within a range in a separate table, when other columns match across the tables. This is the source table:
And this is the destination table containing the troublesome formula:
The COUNTIFS formula I set up was as follows:
=COUNTIFS(Table43[Surname],[@Surname],Table43[Forename],[@Forename],Table43[[P1]:[P12]],Table5[[#Headers],[04/11/2024]])
I've read on a few other threads that this can be bypassed by utilising the SUMPRODUCT function, but as yet, I've not been able to get it to work.
Any help or insight greatly appreciated, thanks.
I'm looking to summarise in one table, the number of times a specified date value appears within a range in a separate table, when other columns match across the tables. This is the source table:
And this is the destination table containing the troublesome formula:
The COUNTIFS formula I set up was as follows:
=COUNTIFS(Table43[Surname],[@Surname],Table43[Forename],[@Forename],Table43[[P1]:[P12]],Table5[[#Headers],[04/11/2024]])
I've read on a few other threads that this can be bypassed by utilising the SUMPRODUCT function, but as yet, I've not been able to get it to work.
Any help or insight greatly appreciated, thanks.