
Originally Posted by
JohnGault82
The formula as you represented it does not work. It returns a 0 value.
...
If you removed the "," in your formula and change it to "*" then it works perfectly
The above is not quite accurate - the formula "works" in so far as it calculates, however, to be clear - the only reason:
would return 0 and
would return otherwise is that the value_array in your data set contains values that require coercion (eg numbers stored as text)
You can confirm this by running:
I suspect the above will return 0 (or at least not the number you expect)
You should be aware that using explicit coercion (*) in this manner leaves you susceptible to #VALUE! errors should any cell within the U range contain a non-numeric string (eg "apple")
If you're particularly interested in SUMPRODUCT be sure to read Bob Phillips' white paper (link in sig.)
Bookmarks