GrapeCity Forums

The GrapeCity Message Boards
Welcome to GrapeCity Forums Sign in | Join | Help
in Search

sumif with asterisk

Last post 02-03-2010, 10:57 AM by bobbyo. 1 replies.
Sort Posts: Previous Next
  •  02-03-2010, 8:37 AM 87067

    sumif with asterisk

    hello

    i have formula like this : SUMIF(B:B;"101*";E:E)

    and i expect sum of every value in column E for every data in column B like "101*"

    but it dos not work likely it work exactly mod and return zero . problem with asterisk regular expression

  •  02-03-2010, 10:57 AM 87072 in reply to 87067

    Re: sumif with asterisk

    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*".

View as RSS news feed in XML
     FarPoint Forums Home