A few formula questions, as it’s late and my brain has switched off….
=SUMPRODUCT((‘Daily Files’!$A$2:$A$20000=”H”)*(‘Daily Files’!$H$2:$H$20000=”SOL”),(‘Daily Files’!$I$2:$I$20000))
This gives me the sum, how do I get the count?
=COUNTIF(‘Payment Files’!E:E,”H”)
=SUMIF(‘Payment Files’!E:E,”H”,’Payment Files’!I:I)
In both of these, I need to add a further condition to only count/sum the figures in I that are positive?
Thanks