I am missing some fundamental point and would dearly appreciate clarification.
I find that the following two formulae provide the same results. where I expected the second to return only the results from cell C1.
=SUMIF('Unique DB'!$AR:$AR,$R2,'T21'!C:C)
=SUMIF('Unique DB'!$AR:$AR,$R2,'T21'!C$1:C$1)
TIA



