Hi,

It takes the product of each corresponding pair in those two arrays, i.e. calculates:

B2*D2
B3*D3
B4*D4
...
B16*D16

C2*E2
C3*E3
C4*E4
...
C16*E16

and then sums up all those results.

Regards