View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default I am new to excel and to multiply three colums together then add

"ntobias" wrote:
I am new to excel and to multiply three colums together then add them
together for a final answer in a box


As-is above, I'm not really sure what you want to do <g

Let's try to break things down .. if we want:

.. to multiply three colums together

Assume data in cols A to C, from row1 down
Then place in say, D1: =A1*B1*C1
Copy D1 down

.. to add them together ..

[assume you mean the same three colums]

Place in say, E1: =SUM(A1:C1)
Copy E1 down
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---