SUMPRODUCT function multiplies corresponding data entries in the given arrays or ranges, and then returns the sum of those products. If an array entry is not numeric, the value zero is used instead.
If arrays or range arguments do not have the same dimentions, SUMPRODUCT returns #VALUE! error.
This function is Excel compatible.