+ Reply to Thread
Results 1 to 3 of 3

Wildcards

  1. #1
    irresistible007
    Guest

    Wildcards


    Is it possible to use Wildcard characters in SumPorduct? here sumproduct
    is supposed to act as alternate to conditional summing.


    --
    irresistible007


    ------------------------------------------------------------------------
    irresistible007's Profile: http://www.hightechtalks.com/m63
    View this thread: http://www.hightechtalks.com/t2313075


  2. #2
    Guest

    Re: Wildcards

    Hi

    Here's one way:
    =SUMPRODUCT((F7:F13)*(ISNUMBER(FIND("rt",E7:E13))))
    will sum F7:F13 where there is "rt" somewhere in E7:E13

    Hope this helps.
    Andy.

    "irresistible007" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Is it possible to use Wildcard characters in SumPorduct? here sumproduct
    > is supposed to act as alternate to conditional summing.
    >
    >
    > --
    > irresistible007
    >
    >
    > ------------------------------------------------------------------------
    > irresistible007's Profile: http://www.hightechtalks.com/m63
    > View this thread: http://www.hightechtalks.com/t2313075
    >




  3. #3
    Roger Govier
    Guest

    Re: Wildcards

    Hi

    You can use something like
    =SUMPRODUCT(--(ISNUMBER(SEARCH("a*a",A1:A10))))
    to find any sequence of the letters "a" and "a" with any character in
    between, anywhere within the cells.

    Regards

    Roger Govier


    irresistible007 wrote:
    > Is it possible to use Wildcard characters in SumPorduct? here sumproduct
    > is supposed to act as alternate to conditional summing.
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1