Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Dec 30, 4:08*am, Majken Bilslev-Jensen
wrote: The following code does not work: Application.SumProduct((Application.Index(holdings .Range("holdings"), 0, 1) = "ff") * (Application.Index(holdings.Range("holdings"), 0, 5) = "gg") * Application.Index(holdings.Range("holdings"), 0, 3)) Try this: Evaluate("SUMPRODUCT((INDEX(Holdings,0,1)="ff")*(I NDEX(Holdings, 0,5)="gg"), INDEX(Holdings,0,3)") Note: Enter the entire formula on __one__ VBA line or use apply VBA line continuation syntax appropriately. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 -- SUMIFS v SUMPRODUCT | Excel Worksheet Functions | |||
Are SUMIFS and SUMPRODUCT the same? | Excel Discussion (Misc queries) | |||
Application.Worksheetfunction.Sumproduct | Excel Programming | |||
application.sumproduct help please | Excel Programming | |||
application.sumproduct help please | Excel Programming |