Results 1 to 3 of 3

Thread: Search Criteria / Formula

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    8
    Rep Power
    0

    Search Criteria / Formula

    Need help with the below formula! I need the third search criteria ")))*ISNUMBER(SEARCH("*1*",INDIRECT("FSR!$K$2:$K$1 500")))) to count and return any number greater than 50. How can I adjust this formula to do that? Basically is going to look for "88DAA", "MG", and return the number of fields (count), over 50 between $K$2:$K$1500, that meet the three criterias. Please advise.

    =SUMPRODUCT(ISNUMBER(SEARCH("*88DAA*",INDIRECT("FS R!$B$2:$B$1500")))*ISNUMBER(SEARCH("*MG*",INDIRECT ("FSR!$G$2:$G$1500")))*ISNUMBER(SEARCH("*1*",INDIR ECT("FSR!$K$2:$K$1500"))))

    Thank you!

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    I don't think you need INDIRECT. Anyway, try this one

    =SUMPRODUCT(--(ISNUMBER(SEARCH("*88DAA*",FSR!$B$2:$B$1500))),--ISNUMBER(SEARCH("*MG*",FSR!$G$2:$G$1500)),--(FSR!$K$2:$K$1500>50))
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  3. #3
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    13
    Quote Originally Posted by Admin View Post
    I don't think you need INDIRECT. Anyway, try this one

    =SUMPRODUCT(--(ISNUMBER(SEARCH("*88DAA*",FSR!$B$2:$B$1500))),--ISNUMBER(SEARCH("*MG*",FSR!$G$2:$G$1500)),--(FSR!$K$2:$K$1500>50))
    I do not think you need those asterisks inside the SEARCH function calls.

Similar Threads

  1. Upgrade to LookUpConcat UDF: Search Multiple Criteria and concatenate.
    By DJE in forum Excel and VBA Tips and Tricks
    Replies: 3
    Last Post: 05-23-2018, 12:18 AM
  2. Formula To Search The Last Occurance Of A Number Series
    By mahmoud-lee in forum Excel Help
    Replies: 2
    Last Post: 10-25-2013, 03:03 AM
  3. Replies: 11
    Last Post: 04-07-2013, 07:51 PM
  4. Replies: 5
    Last Post: 04-07-2013, 05:11 PM
  5. Nested Search Function Excel Formula
    By trankim in forum Excel Help
    Replies: 6
    Last Post: 10-29-2012, 10:29 PM

Posting Permissions

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