+ Reply to Thread
Results 1 to 3 of 3

Multiple Criterial Lookup

  1. #1
    Registered User
    Join Date
    01-10-2008
    Posts
    20

    Multiple Criterial Lookup

    2 different formuals to give me a total count looking up different criteria....

    Problem #1
    If column E = "Yes" and Column F = anything with the word "Teacher"

    Problem #2
    If Column D = "Purple" & Column E = "Yes" and Column F = anything with the word "Teacher"

    Thank you I appreciate any assistance!!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111
    G'Day,

    Try This for Problem #1

    Please Login or Register  to view this content.
    Try This for Problem #2

    Please Login or Register  to view this content.


    Cheers
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  3. #3
    Registered User
    Join Date
    01-10-2008
    Posts
    20
    Perfect, thanks!

  4. #4
    all4excel
    Guest

    Wink SUMPRODUCT with wildcard characters

    Superman,

    You can even try this option if you want with SUMPRODUCT.

    [ =SUMPRODUCT(($E$1:$E$31="Yes")*(ISNUMBER(SEARCH("*Teacher*",$F$1:$F$31)))) ]

    [ SUMPRODUCT(($E$1:$E$31="Yes")*(ISNUMBER(SEARCH("*Teacher*",$F$1:$F$31)))*($D$1:$D$31="Purple")) ]

    The ISNUMBER would help with gtting the TRUE values with Wildcards...

  5. #5
    all4excel
    Guest

    Wink SUMPRODUCT with wildcard characters

    Superman,

    You can even try this option if you want with SUMPRODUCT.

    [ =SUMPRODUCT(($E$1:$E$31="Yes")*(ISNUMBER(SEARCH("*Teacher*",$F$1:$F$31)))) ]

    [ SUMPRODUCT(($E$1:$E$31="Yes")*(ISNUMBER(SEARCH("*Teacher*",$F$1:$F$31)))*($D$1:$D$31="Purple")) ]

    The ISNUMBER would help with getting the TRUE values with Wildcards...

+ 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