LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default sumproduct problem

I have a range of cells that contain the quantity of a specific product

example:
C
1 Product A 3
2 Product B 7
3 Product C 2
....

so my range is C1:C3
now i need to calculate the total weigh of all the products
i have the list of products defined as Products, in table form
i can find the weight of a specific product using vlookup
=VLOOKUP(C1,Products,4,false)

the total weight of Product 1 would be
=C1 * VLOOKUP(C1,Products,4,false)


now i would like to use SUMPRODUCT to get the sum of the # of product X *
the weight of product X

any suggestions?
 
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
SUMPRODUCT Problem Freshman Excel Worksheet Functions 2 August 17th 09 11:07 AM
SUMPRODUCT problem juliejg1 Excel Worksheet Functions 4 January 30th 08 08:43 PM
Problem with SUMPRODUCT....help please! Tasha Excel Worksheet Functions 5 July 16th 07 08:20 PM
Sumproduct Problem Andibevan Excel Worksheet Functions 4 August 17th 05 09:39 AM
SUMPRODUCT Problem Don Guillett[_4_] Excel Programming 0 August 22nd 03 07:20 PM


All times are GMT +1. The time now is 06:41 PM.

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

About Us

"It's about Microsoft Excel"