+ Reply to Thread
Results 1 to 5 of 5

yes no or count how many times a value appears

  1. #1
    Registered User
    Join Date
    12-04-2018
    Location
    Derby, UK
    MS-Off Ver
    2016
    Posts
    26

    yes no or count how many times a value appears

    Hi,

    In column K of sheet 1 I want my function to lookup the data in sheet 3 and tell me if there is a match or not and count how many occurences there are of the print ISBN (column e of sheet 1)

    The highlighted rows on both sheets match by print ISBN but there's something wrong with my function as it tells me there is no match.

    Can the MATCH function handle multiple values in a cell? See J12 in sheet 3 where two ISBN 10's occur separated by a ;

    Thanks very much in advance.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: yes no or count how many times a value appears

    Please try with Ctrl+Shift+Enter

    =IF(COUNT(FIND([@[Print ISBN]],Table1[[ISBN10]:[ISBN13]])),"Yes","No")

    or Normal enter

    =IF(IFERROR(AGGREGATE(15,6,FIND([@[Print ISBN]],Table1[[ISBN10]:[ISBN13]]),1),),"Yes","No")

  3. #3
    Registered User
    Join Date
    12-04-2018
    Location
    Derby, UK
    MS-Off Ver
    2016
    Posts
    26

    Re: yes no or count how many times a value appears

    Hi Bo_Ry - thanks for replying. The second function looks very clever but I can't fathom it. The first one looks like it is aiming to count the occurrences but it doesn't do that for my data but that could be my inexperience.

    Could I simplify my request and just ask for help to return 'yes', 'no' whether it's finding the ISBN in the second sheet or not?

    Thanks for your patience

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: yes no or count how many times a value appears

    Please see attached.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-04-2018
    Location
    Derby, UK
    MS-Off Ver
    2016
    Posts
    26

    Re: yes no or count how many times a value appears

    That's perfect - thank you so much!

+ 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. [SOLVED] Count How Many Times Name Appears Per Day
    By ThePhoenix in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2018, 05:52 PM
  2. [SOLVED] Count how many times a value appears before or after another value in same column.
    By Clooney003 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-07-2018, 12:22 PM
  3. [SOLVED] Count the number of times an A appears 5 or more times consecutively
    By CCook310 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 10-02-2013, 04:02 PM
  4. [SOLVED] HELP: Count for how many times two numbers appears together ?
    By Mr.Nob0OOdy in forum Excel Formulas & Functions
    Replies: 29
    Last Post: 02-10-2013, 06:32 AM
  5. Count occurances when value appears >=3 times
    By Karen311261 in forum Excel General
    Replies: 4
    Last Post: 07-17-2012, 09:30 PM
  6. DDE help need it with count how many times it appears
    By Kevinoldren in forum Excel General
    Replies: 2
    Last Post: 10-10-2011, 01:20 AM
  7. DDE help need it with count how many times it appears.
    By Kevinoldren in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-09-2011, 03:15 AM

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