+ Reply to Thread
Results 1 to 5 of 5

Sumproduct and wildcards

  1. #1
    GregR
    Guest

    Sumproduct and wildcards

    If sumproduct can't use wildcards how do I adjust this formula to
    produce the desired results:

    =SUMPRODUCT(--(F36:F41="*IS*Time*"),--(I36:I41=2006),(G36:G41)). TIA

    Greg


  2. #2
    Brian Taylor
    Guest

    Re: Sumproduct and wildcards

    You could try using an array formula:

    {=SUM((F36:F41="*IS*Time*")*(I36:I41=2006)*(G36:G41))}


  3. #3
    GregR
    Guest

    Re: Sumproduct and wildcards

    Brain, the result was all of 2006. It did not filter for "IS Time" only


  4. #4
    Dave Peterson
    Guest

    Re: Sumproduct and wildcards

    You're looking for "is time" in F36:f41??

    =SUMPRODUCT(--isnumber(search("is time",F36:F41)),--(I36:I41=2006),(G36:G41))


    GregR wrote:
    >
    > If sumproduct can't use wildcards how do I adjust this formula to
    > produce the desired results:
    >
    > =SUMPRODUCT(--(F36:F41="*IS*Time*"),--(I36:I41=2006),(G36:G41)). TIA
    >
    > Greg


    --

    Dave Peterson

  5. #5
    GregR
    Guest

    Re: Sumproduct and wildcards

    Dave, thanks again for your help


+ 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