Customized Sum

L

lab-guy

For every row in Cols B and C, I'd like to multiply the values and
sum it at the top of Col C.

I'm trying not to insert an extra column, so I stick to one column per
student.

Is this possible ?

Thank You

Mike
 
J

jamescox

Check out the SUMPRODUCT function - as I understand your description, it
should do what you want.
 
Top