C
crapit
What is the Error?
=SUMPRODUCT(-(INDIRECT(A$7)=$S10),-(INDIRECT(A$7 & ".dates")=$I8)) return
#ref
A$7 refer to to a value on that cell, which is also the name of the
spreadsheet. i.e A$7 = Orginal
$S10 is a six digits number.
(A$7 & ".dates") = Original.dates which is a Named that refer to a column
also in spreadsheet "Original"
$i8 is a date value.
=SUMPRODUCT(-(INDIRECT(A$7)=$S10),-(INDIRECT(A$7 & ".dates")=$I8)) return
#ref
A$7 refer to to a value on that cell, which is also the name of the
spreadsheet. i.e A$7 = Orginal
$S10 is a six digits number.
(A$7 & ".dates") = Original.dates which is a Named that refer to a column
also in spreadsheet "Original"
$i8 is a date value.