Ive tried with sumproduct not even understanding that it returns booleans. This is my las try:
=SUMPRODUCT(ISNUMBER($C13:$CC13)*ISNUMBER($C$8:$CC$8))
All it does is to count TRUES and multiply or something.
I have a row with a formula returning a number C8:CC8 ONLY when the above rows got a value input, when not they show a #N/A
And another row where i manually input number ONLY IN SOME CELLS C13:CC13
when not they are empty no number no formula.
What i need is a formula that will read through both ranges C8:CC8 and C13:CC13
and whenever it finds a number IN BOTH ROWS AT THE SAME COLUMN
multiply them, do that with each pair it finds, then add all of them
so it must ignore when there is a number only in one of the rows in the same column, either because one is empty or because the other has a #N/A
=SUMPRODUCT(ISNUMBER($C13:$CC13)*ISNUMBER($C$8:$CC$8))
All it does is to count TRUES and multiply or something.
I have a row with a formula returning a number C8:CC8 ONLY when the above rows got a value input, when not they show a #N/A
And another row where i manually input number ONLY IN SOME CELLS C13:CC13
when not they are empty no number no formula.
What i need is a formula that will read through both ranges C8:CC8 and C13:CC13
and whenever it finds a number IN BOTH ROWS AT THE SAME COLUMN
multiply them, do that with each pair it finds, then add all of them
so it must ignore when there is a number only in one of the rows in the same column, either because one is empty or because the other has a #N/A