+ Reply to Thread
Results 1 to 12 of 12

get a count from multiple lookups

Hybrid View

  1. #1
    Registered User
    Join Date
    07-11-2006
    Posts
    3

    Wildcards?

    Thanks Max. I appreciate your time and offering of your ability!

    One more Question.....

    Can I use wildcards in the search function or search for an {array} of criteria?

    Thanks again!

    Ben

  2. #2
    Max
    Guest

    Re: get a count from multiple lookups

    "bmstar" wrote:
    > Thanks Max. I appreciate your time and offering of your ability!


    You're welcome. I'll presume it worked for you?

    > One more Question.....
    > Can I use wildcards in the search function or search for an {array} of
    > criteria?


    SEARCH in itself is implicitly wildcard <g>.

    The suggested =SUMPRODUCT((ISNUMBER(SEARCH("P",'Game Play
    Sheet'!J11:J100)))*( ... )) illustrates one possible usage of SEARCH in
    SUMPRODUCT

    =SUMPRODUCT(--ISNUMBER(SEARCH({"P","Q"},B2:B5)))
    would be another "wildcard" example, this time with an array search,
    ie search for either "P" or "Q" within B2:B5
    (w/o case sensitivity)
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---

  3. #3
    Max
    Guest

    Re: get a count from multiple lookups

    "bmstar" wrote:
    > Thanks Max. I appreciate your time and offering of your ability!


    You're welcome. I'll presume it worked for you?

    > One more Question.....
    > Can I use wildcards in the search function or search for an {array} of
    > criteria?


    SEARCH in itself is implicitly wildcard <g>.

    The suggested =SUMPRODUCT((ISNUMBER(SEARCH("P",'Game Play
    Sheet'!J11:J100)))*( ... )) illustrates one possible usage of SEARCH in
    SUMPRODUCT

    =SUMPRODUCT(--ISNUMBER(SEARCH({"P","Q"},B2:B5)))
    would be another "wildcard" example, this time with an array search,
    ie search for either "P" or "Q" within B2:B5
    (w/o case sensitivity)
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---

+ 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