View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alexey[_3_] Alexey[_3_] is offline
external usenet poster
 
Posts: 11
Default need help with SUMPRODUCT

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!