Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I can use constants in SUMPRODUCT function, for example SUMPRODUCT(...*(C100:C1000={"apples", "oranges'})*...), but I have troubles when I am trying to use SUMPRODUCT with values from particular cells, for example SUMPRODUCT(...*(C100:C1000={A1, A2})*...). Please help me with a sysntacts I shoud use in my case. Thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alexey,
This will work: =SUMPRODUCT(...*(NOT(ISERROR(MATCH(C100:C1000,A1:A 2,FALSE))))*....) HTH, Bernie MS Excel MVP "Alexey" wrote in message ... Hello, I can use constants in SUMPRODUCT function, for example SUMPRODUCT(...*(C100:C1000={"apples", "oranges'})*...), but I have troubles when I am trying to use SUMPRODUCT with values from particular cells, for example SUMPRODUCT(...*(C100:C1000={A1, A2})*...). Please help me with a sysntacts I shoud use in my case. Thanks in advance! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bernie, it works!
"Bernie Deitrick" wrote: Alexey, This will work: =SUMPRODUCT(...*(NOT(ISERROR(MATCH(C100:C1000,A1:A 2,FALSE))))*....) HTH, Bernie MS Excel MVP "Alexey" wrote in message ... Hello, I can use constants in SUMPRODUCT function, for example SUMPRODUCT(...*(C100:C1000={"apples", "oranges'})*...), but I have troubles when I am trying to use SUMPRODUCT with values from particular cells, for example SUMPRODUCT(...*(C100:C1000={A1, A2})*...). Please help me with a sysntacts I shoud use in my case. Thanks in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct with Condition OR Sumproduct with ADDRESS function - HE | Excel Discussion (Misc queries) | |||
Conditional SUMPRODUCT or SUMPRODUCT with Filters | Excel Worksheet Functions | |||
sumproduct? sumif(sumproduct)? | Excel Worksheet Functions | |||
SUMPRODUCT | Excel Worksheet Functions | |||
SUMPRODUCT? | Excel Discussion (Misc queries) |