Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Column question

Forgive me if this sounds stupid, but I'm trying to
multiply everything in column b with its counterpart in
column d and then add all of the sums together.

Example:

2 2
4 3
7 4
8 5
4 6
11 8

would yield 4+12+28+40+24+88=196

unfortunately I need this to extend down both columns by
about 400 cells. Does anyone know what sort of code might
be able to do something like that?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Column question

Hi
use
=SUMPRODUCT(A1:A500,B1:B500)

--
Regards
Frank Kabel
Frankfurt, Germany


Kura wrote:
Forgive me if this sounds stupid, but I'm trying to
multiply everything in column b with its counterpart in
column d and then add all of the sums together.

Example:

2 2
4 3
7 4
8 5
4 6
11 8

would yield 4+12+28+40+24+88=196

unfortunately I need this to extend down both columns by
about 400 cells. Does anyone know what sort of code might
be able to do something like that?

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
Column question Anthony Excel Worksheet Functions 1 April 11th 08 06:11 PM
Column question... Ariana Excel Worksheet Functions 1 January 11th 08 03:19 PM
Reference column question Argente4.0 New Users to Excel 1 July 29th 07 05:02 PM
Sum at end of column question JEM New Users to Excel 1 February 7th 07 07:56 PM
Beginners question: VAT Column Dave Wallis Excel Worksheet Functions 2 December 18th 04 06:04 PM


All times are GMT +1. The time now is 05:27 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"