+ Reply to Thread
Results 1 to 7 of 7

SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

  1. #1
    Registered User
    Join Date
    08-08-2018
    Location
    Bangkok
    MS-Off Ver
    MS365 for Mac (latest version)
    Posts
    96

    SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

    Hello gurus,

    I have an issue with my "SUMPRODUCT(ISNUMBER(SEARCH" formula as it's not really working.
    It counts "Online Travel Agency" number and ads it also to "Travel Agency"
    How can I get it to only return the value if exact match?

    Formula is in cell H5

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,868

    Re: SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

    Try this,

    H5
    =IF(F5="","",SUMIF($C$5:$C$20,F5,$D$5:$D$20))

    copied down.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

    Hi. You can use:

    =IF(F5="","",SUMPRODUCT(ISNUMBER(MATCH($C$5:$C$20,F5,0))*$D$5:$D$20))

    copied down.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,672

    Re: SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

    Why not

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    ???

    Or simply add the % column to your INPUT table
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  5. #5
    Registered User
    Join Date
    08-08-2018
    Location
    Bangkok
    MS-Off Ver
    MS365 for Mac (latest version)
    Posts
    96

    Re: SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

    Thanks Everyone for the answers 😊
    I went with Glenn's suggestion on this occasion and worked like a charm

  6. #6
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2502 and WPS V2024(12.1.0.18543)
    Posts
    3,842

    Re: SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

    Cell H5 formula , Drag down

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: SUMPRODUCT(ISNUMBER(SEARCH has duplicate values

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sumproduct Isnumber Search is returning same result for different values
    By labruzzi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-07-2019, 12:36 AM
  2. [SOLVED] Can ISNUMBER + SEARCH function find values NOT in a cell
    By jmbelly in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-27-2019, 06:36 AM
  3. Replies: 12
    Last Post: 11-03-2017, 11:22 AM
  4. Replies: 14
    Last Post: 06-17-2013, 09:43 AM
  5. How many values can be in IF(ISNumber(search
    By aurness in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-25-2013, 11:11 PM
  6. [SOLVED] how to have multiple ISNUMBER search function in SUMPRODUCT
    By melvyndb in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-29-2012, 09:34 PM
  7. SUMPRODUCT((ISNUMBER(SEARCH() function
    By redneck joe in forum Excel General
    Replies: 13
    Last Post: 12-08-2006, 06:19 PM

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