View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom[_3_] Peo Sjoblom[_3_] is offline
external usenet poster
 
Posts: 136
Default Sumproduct problem

Try


=SUMPRODUCT((B1:B1000)*(M1:M1000="RC"))

or


=SUMPRODUCT(--(M1:M1000="RC"),B1:B1000)


add your page names to the formulas

--


Regards,


Peo Sjoblom


"Chris" wrote in message
...
Hello,

I have the following formula:

=SUMPRODUCT('Open Reqs by Org'!B1:B1000)*('Open Reqs by Org'!
M1:M1000="RC")

I am trying to sum column B where the corresponding column in the same
row matches the text "RC" This should be fairly simple but I keep
getting the value of 0 where it should be around 20. Any suggestions?

Thanks,

Chris