oops->Sorry, you're right..the formula should have been:
SUMIF($A$2:$A$75,"="&B2,$C$2:$C$75) and column B has only 30 rows
Nonetheless, the discussion so far has not answered the original question..
Another individual here has been slowly reducing the size of the test fields
and has found that he finally gets correct results at a length of 15. Fields
of 16 or greater continue to return erroneous results. The fields being
compared are text strings of numbers. that you tested with 100 characters
suggests that my problem is not in the legth of the fields, but somewhere
else.
I'd still like to know if there's a limit tho??
Thanx
BAC
> It is certainly not typical having a different size of the range you want
> have evaluated A1:A30 and the sum range C1:C75, besides it is useless since
[quoted text clipped - 30 lines]
> >> > TIA
> >> > BAC
Peo Sjoblom - 05 Apr 2007 17:17 GMT
I am sure it is the numbers, Excel had 15 digits of precision, any numbers
after that will be truncated

Signature
Regards,
Peo Sjoblom
> oops->Sorry, you're right..the formula should have been:
>
[quoted text clipped - 54 lines]
>> >> > TIA
>> >> > BAC
Aladin Akyurek - 07 Apr 2007 08:26 GMT
Does
=SUMPRODUCT($A$2:$A$75=B2)+0,$C$2:$C$75)
yield results different from those you obtain with:
SUMIF($A$2:$A$75,"="&B2,$C$2:$C$75) ?
> oops->Sorry, you're right..the formula should have been:
>
[quoted text clipped - 48 lines]
>>>>> TIA
>>>>> BAC