Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an excel model quite complex with the followinf layout
(drastically simplified): col A col B col C col D row 1: a 3 a 0.5 row 2 b 4 b 1 row 3: a 5 I need to calculate, by means of a sumproduct function, the calculation: (3*0.5 + 4*1 + 5*0.5) = 1.5 + 4 + 2.5 = 8 I have tried =SUMPRODUCT(B1:B3,VLOOKUP(A1:A3,C1:D2,2,0)) but it does not work. I have also tried the above formula using Ctrl-Shift-Enter, with the same result. Because my model is really complex, I do not want to use auxiliary columns for intermediate results. Is it possible to use SUMPRODUCT the way I need? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to write an Or statement inside Sumproduct? | Excel Worksheet Functions | |||
Complex SUMPRODUCT/VLOOKUP/SUMIF | Excel Worksheet Functions | |||
how can i write complex numbers inside excel cels? | Excel Discussion (Misc queries) | |||
Wildcard character inside sumproduct | Excel Worksheet Functions | |||
Hlookup or Vlookup problem? or wich other solution? Complex Proble | Excel Discussion (Misc queries) |