Good day all,
I'm currently struggling with this conundrum...I need to transfer a figure from the end of a Row based on two criteria, column J= "1" & column O="Manufacturing, all this info being in a separate sheet, so far I have two formula's...both returning an incorrect result:
=SUM,'2012'!V3:V10000(IF('2012'!J3:J10000=1,IF('2012'!O3:O10000,("Manufacturing"))))
=SUMPRODUCT(('2012'!J3:J10000=1)*('2012'!O3:O10000="Manufacturing")*(V3:V10000))
Please Help...thank you all, oh & have a great weekend! Marco
I'm currently struggling with this conundrum...I need to transfer a figure from the end of a Row based on two criteria, column J= "1" & column O="Manufacturing, all this info being in a separate sheet, so far I have two formula's...both returning an incorrect result:
=SUM,'2012'!V3:V10000(IF('2012'!J3:J10000=1,IF('2012'!O3:O10000,("Manufacturing"))))
=SUMPRODUCT(('2012'!J3:J10000=1)*('2012'!O3:O10000="Manufacturing")*(V3:V10000))
Please Help...thank you all, oh & have a great weekend! Marco