Syntax:= InnerProduct(Vector1, Vector2)
Description:Calculates the inner product or dot product of two vectors.
Vector1, Vector2: The vectors to calculate the inner product of.
Please ensure that vector1 and vector2 are of the same size; the same number of cells.
Example:=InnerProduct(A1:A3,C1:C3)