Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have two tables, both with two columns.
the first column in each table is a key index number. I want to be able to multiple the values in the second column off when each record has the same key value and then and return the summed value for the whole population. eg. Table 1 Index Rate 1 .03 2 .04 3 .03 4 .04 5 .02 6 .03 Table 2 2 1000 4 1500 5 2000 6 3000 1 2500 3 2750 the sumproduct/sum(if....) should return (2500 x .03) + (1000 x .04) + (2750 x .03) + (1500 x .04) + (2000 x .02) + (3000 x .03) = 306.50. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mass Creation of Named Ranges? | Excel Discussion (Misc queries) | |||
Need help with sumproduct and dynamic ranges | Excel Worksheet Functions | |||
Sumproduct not working when summing values between two numbers | Excel Worksheet Functions | |||
How to slot cell values into pre-defined ranges | Excel Discussion (Misc queries) | |||
Test IF Two Numeric Values Match (from two separate Dynamic Ranges) | Excel Worksheet Functions |