ebsaso,
In Excel, the SUMIF function supports wildcard characters in the criteria parameter. The question mark '?' matches any single character. The asterisk '*' matches any sequence of characters. In Excel, the criteria "101*" would match any string value that begins with "101".
In Spread Win, the SUMIF function does not support wildcard characters in the criteria parameter. In Spread Win, the criteria "101*" only matches the string value "101*".