Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default I am new to excel and to multiply three colums together then add

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

  #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
---
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default I am new to excel and to multiply three colums together then add

Hi Ntobias,

Using Max's example, I assume you want to add column D up, right?

It will be a good idea to use Offset() when you try to add up the cells.

For details, please refer to the following thread on Aug. 21.

************************************************** ******
From: "ljsbjs"
Subject: What is the Excel formula for adding 1 column with several rows?
Date: Monday, August 21, 2006 9:50 PM
************************************************** ******

Good info here http://www.mvps.org/dmcritchie/excel/offset.htm

Epinn

"Max" wrote in message
...
"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
---



  #4   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 a

Ok <g, after a breath of fresh air, revisiting your original post ..
.. to multiply three colums together then add them together ..


Do this first:
.. 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


Then we could just place in say, E1: =SUM(D:D)
E1 should return the results you want

(Trying to keep things simple here since you are a newuser)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,624
Default I am new to excel and to multiply three colums together then add

One way:

=SUMPRODUCT(A1:A100,B1:B100,C1:C100)

Note that all the column lengths must be the same.

In article ,
ntobias wrote:

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



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default I am new to excel and to multiply three colums together then add

"JE McGimpsey" wrote in message
...
One way:

=SUMPRODUCT(A1:A100,B1:B100,C1:C100)


What? And use SUMPRODUCT() the way that Microsoft intended it to be used?
How unusual! <g

--

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"JE McGimpsey" wrote in message
...
One way:

=SUMPRODUCT(A1:A100,B1:B100,C1:C100)

Note that all the column lengths must be the same.

In article ,
ntobias wrote:

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




  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default I am new to excel and to multiply three colums together then add

Sandy,

I just want to let you know that your comment means a lot to me. You seem
to have spelt out something for me. I have started a new thread on
SUMPRODUCT.

Epinn

"Sandy Mann" wrote in message
...
"JE McGimpsey" wrote in message
...
One way:

=SUMPRODUCT(A1:A100,B1:B100,C1:C100)


What? And use SUMPRODUCT() the way that Microsoft intended it to be used?
How unusual! <g

--

Sandy
In Perth, the ancient capital of Scotland


with @tiscali.co.uk


"JE McGimpsey" wrote in message
...
One way:

=SUMPRODUCT(A1:A100,B1:B100,C1:C100)

Note that all the column lengths must be the same.

In article ,
ntobias wrote:

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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Using Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 02:36 AM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
i want my excel colums to be rows peter Excel Worksheet Functions 1 March 29th 05 10:37 PM
How do I name my colums in Excel ? Kath New Users to Excel 1 February 3rd 05 01:00 AM


All times are GMT +1. The time now is 08:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"