View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
NTaylor
 
Posts: n/a
Default won't calculate far enough

Thank you all.... Yes, Neik, you were right that I didn't notice a small
glitch that 5 of the 6500 rows were text. I have made the change. Thanks...
I thought I was going crazy.
--
Nicki Taylor


"NTaylor" wrote:

Hello,

I have a formula (see below) that will work for rows 2-1000, but once I
change it to look for columns beyond 2000, it will not work anymore... Any
suggestions?

This works:
=SUMPRODUCT(--('Q Info'!$A$2:$A$1000= 'Per Peice'!A9),'Q
Info'!$C$2:$C$1000*'Q Info'!$B$2:$B$1000)

This DOESN'T work:
=SUMPRODUCT(--('Q Info'!$A$2:$A$9999= 'Per Peice'!A9),'Q
Info'!$C$2:$C$9999*'Q Info'!$B$2:$B$9999)



--
Nicki Taylor