JanBolhuis
New Member
Hi all,
If the formulas of the attachement won't work in your version, please replace the semicolons by a comma.
I tried to figure out the difference between the PRODUCT function and the manual multiplying of the same cells. The HELP of Excel tells me that PRODUCT(A1,A2,A3,A4) should have the same result as A1 * A2 * A3 * A4. But... my tests are saying something difference.
So I tested it in three variations. Can someone explain to me what the PRODUCT function exactly does and why the result in variation 2 is not equal to eachother? Because it seems that PRODUCT doesn't see a zero when the cell is blank.
Variation 1: Values of A1, A2, A3, A4 are 1, 0, 0, 0
= PRODUCT( A1, A2, A3, A4 ) >> result 0
= A1 * A2 * A3 * A4 >> result 0
Variaton 2: Values of B1, B2, B3, B4 are 1, blank cell, blank cell, blank cell
= PRODUCT( B1, B2, B3, B4) >> result 1
= B1 * B2 * B3 * B4 >> result 0
Variaton 3: C1, C2, C3, C4 are all blank cells
= PRODUCT( C1, C2, C3, C4) >> result 0
= C1 * C2 * C3 * C4 >> result 0
Thanks
If the formulas of the attachement won't work in your version, please replace the semicolons by a comma.
I tried to figure out the difference between the PRODUCT function and the manual multiplying of the same cells. The HELP of Excel tells me that PRODUCT(A1,A2,A3,A4) should have the same result as A1 * A2 * A3 * A4. But... my tests are saying something difference.
So I tested it in three variations. Can someone explain to me what the PRODUCT function exactly does and why the result in variation 2 is not equal to eachother? Because it seems that PRODUCT doesn't see a zero when the cell is blank.
Variation 1: Values of A1, A2, A3, A4 are 1, 0, 0, 0
= PRODUCT( A1, A2, A3, A4 ) >> result 0
= A1 * A2 * A3 * A4 >> result 0
Variaton 2: Values of B1, B2, B3, B4 are 1, blank cell, blank cell, blank cell
= PRODUCT( B1, B2, B3, B4) >> result 1
= B1 * B2 * B3 * B4 >> result 0
Variaton 3: C1, C2, C3, C4 are all blank cells
= PRODUCT( C1, C2, C3, C4) >> result 0
= C1 * C2 * C3 * C4 >> result 0
Thanks