View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR
 
Posts: n/a
Default help with sumproduct

Your RIGHT() formula returns 'Text', so just change it to a numeric:

=SUMPRODUCT(--(--RIGHT($T$123:$T$1055)=$BJ$7/10))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"nastech" wrote in message
...
trying to get the following work for data, has: x2 or y2
need to find how many 2's, trying the following, not working:

=SUMPRODUCT(--(RIGHT($T$123:$T$1055,1)=$BJ$7/10))

bj7 has: 20

thanks