#1   Report Post  
dtaylor
 
Posts: n/a
Default excel 2000

Row 1 has prices of product. Row 2, 3, etc....have quantity required for each
poroduct. At end of each row, need to have amount show.

Example: (B2*A1)+(B3*A2)+(B4*A3)+............=amount

What formula do I use so that I do not have a long formula?

  #2   Report Post  
bj
 
Posts: n/a
Default

do you really mean for B2 to be paired with A1
if so
use
=sumproduct(A1:A10,B2:B11)
(if you have 10 items)
in the columns are to stay together
=Sumproduct(A1:A10,B1:B10)
change the ranges as needed.

"dtaylor" wrote:

Row 1 has prices of product. Row 2, 3, etc....have quantity required for each
poroduct. At end of each row, need to have amount show.

Example: (B2*A1)+(B3*A2)+(B4*A3)+............=amount

What formula do I use so that I do not have a long formula?

  #3   Report Post  
bj
 
Posts: n/a
Default

oops
=sumproduct($A$1:$A$10,B2:B11)

and

=Sumproduct($A$1:$A$10,B1:B10)

"bj" wrote:

do you really mean for B2 to be paired with A1
if so
use
=sumproduct(A1:A10,B2:B11)
(if you have 10 items)
in the columns are to stay together
=Sumproduct(A1:A10,B1:B10)
change the ranges as needed.

"dtaylor" wrote:

Row 1 has prices of product. Row 2, 3, etc....have quantity required for each
poroduct. At end of each row, need to have amount show.

Example: (B2*A1)+(B3*A2)+(B4*A3)+............=amount

What formula do I use so that I do not have a long formula?

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Hyperlink in Excel 2000 can't open bookmarked Word 2000 file DCheslock Excel Discussion (Misc queries) 1 May 5th 05 10:46 PM
Excel XP 2002 Vs. Excel 2000 Samantha Excel Discussion (Misc queries) 0 April 18th 05 03:54 PM
How do I break a link to a source when opening Excel 2000? GRACE Excel Worksheet Functions 1 January 7th 05 03:00 PM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM


All times are GMT +1. The time now is 03:26 AM.

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"