Thread: Sumproduct Help
View Single Post
  #4   Report Post  
William Horton
 
Posts: n/a
Default

Try the below formula.

=SUMPRODUCT((MOD(ROW(D565:D588),4)=3)*(D595=D7)*(R IGHT(C565:C588,5)="Rec'd")*(D565:D588))

Hope this does what you wanted.

Thanks,
Bill Horton

"Rob" wrote:

Hi
I cannot get this to work:


=SUMPRODUCT(--(MOD(ROW(D565:D588),4)=3),--(D595=D7),--(RIGHT(C565:C588,5)="Rec'd"),D565:D588).

I have disected the fromula and applied each criteria to the range and get
all 1' and 0's. Yet I still get a #value!. The sum range contains text and
numeric entries, but all of the matching entries (The ones that should add)
are numeric.
What am I missing?
Thanks!