View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Russell Dawson[_2_] Russell Dawson[_2_] is offline
external usenet poster
 
Posts: 181
Default Help with an additing calculation

In C5
=SUM($E2*C2)+($E3*C3)+($E4*C4)
In D5
=SUM($E2*D2)+($E3*D3)+($E4*D4)


--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"CP" wrote:

I am trying to create a calcualtion for the following

A B $ $ Qty
Text Text 10 15 3
Text Text 5 6
Text Text 2 1 2

34 47

so give a total of column C and D using E as a multiplier
Any help greatly received