python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Excel - Replicating a SUMPRODUCT formula with already summed up values
I have a sheet that uses the below formula to arrive at a figure:
=SUMPRODUCT(E12:K12,E23:K23)/M10
To my understanding, it's getting the sum of E12:K12(593+622+636+620+595+583+589) and multiplying tha...
TomCrow
Votes: 0
Answers: 1
SUMPRODUCT Stopped working with new versions of excel
I have an issue with a function that so far functioned very well in a file that I have been having for many years now (my runs :) )
I need to average over a column only the values that correspond to a...
Francesco Saraceno
Votes: 0
Answers: 0
Ignore cells that aren't numbers without using IsNumber
The formula in cell F3 is this
=SUMPRODUCT($A$4:$A$2000, F4:F2000,--($A$4:$A$2000>=0*F4:F2000>=0))
It multiplies Col A with Col F (and then col G, H, etc) and gives the result in row 3.
Some ce...
lise
Votes: 0
Answers: 2
Why is SUMPRODUCT function showing a extremely small value while the correct answer is zero?
Thank you for reading the post.
I am trying to use the excel function "SUMPRODUCT" to calculate the sum of products of two sequences. The appeared answer is an extremely small number(2.78E-1...
Confused Giraffe
Votes: 0
Answers: 0