+ Reply to Thread
Results 1 to 7 of 7

Problem with Formula in YouTube video that matches my exact requirment

  1. #1
    Registered User
    Join Date
    06-20-2016
    Location
    Dublin Ireland
    MS-Off Ver
    Version 15
    Posts
    3

    Unhappy Problem with Formula in YouTube video that matches my exact requirment

    https://youtu.be/L_KJE_pyB34
    I'm trying to reproduce this formula as used in the YouTube video above ,
    I'm trying to catch duplicates across spreadsheets and document their location.
    I've been trying for a couple of days and using formula builder to no avail.
    The formula I'm trying to reproduce is .
    =IFERROR(IF(AND(MATCH($A10,$A:$A,),MATCH(SA10,'OTHERSHEET'!$A:$A,))),"x",),"")

    So as in the video if the value in A1 matches a value anywhere else in the workbook it documents it and gives the sheet its present in.
    I've tried every possible combination.
    All help and suggestions appreciated.

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Problem with Formula in YouTube video that matches my exact requirment

    your formula: =IFERROR(IF(AND(MATCH($A10,$A:$A,),MATCH(SA10,'OTHERSHEET'!$A:$A,))),"x",),"")
    correct formula: =IFERROR(IF(AND(MATCH($A10,$A:$A,),MATCH(SA10,OTHERSHEET!$A:$A,)),"x",),"")

    the rest we can say if you attach example file (xlsx, or xlsm)

    edit:
    or change comma to semicolon (it's depend of your local settings)
    Last edited by sandy666; 06-20-2016 at 12:06 PM.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Problem with Formula in YouTube video that matches my exact requirment

    Hi, welcome to the forum

    =IFERROR(IF(AND(MATCH($A10,$A:$A,),MATCH(SA10,'OTHERSHEET'!$A:$A,))),"x",),"")

    So as in the video if the value in A1 matches a value anywhere else in the workbook it documents it and gives the sheet its present in.
    That will not give any sheet names, only that a match exists in both...and really, im not even sure that will do that, because you are not testing MATCH against anything. MATCH returns a number (the row the match was found in) or an error message if no match was found, so if there is a match in both sheets.

    So you could have...
    =IFERROR(IF(AND(2,6),"x",),"")
    where 2 and 6 would be what each mach returned
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    06-20-2016
    Location
    Dublin Ireland
    MS-Off Ver
    Version 15
    Posts
    3

    Talking Re: Problem with Formula in YouTube video that matches my exact requirment

    Thanks a million, The problem was that I was using "," and when I used ";" it worked fine.
    Thanks again.
    AL

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Problem with Formula in YouTube video that matches my exact requirment

    You are welcome
    If problem is resolved mark thread as solved and add star to person(s) who helped you. Thank you.

  6. #6
    Registered User
    Join Date
    06-20-2016
    Location
    Dublin Ireland
    MS-Off Ver
    Version 15
    Posts
    3

    Re: Problem with Formula in YouTube video that matches my exact requirment

    RESOLVED

  7. #7
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Problem with Formula in YouTube video that matches my exact requirment

    Go to your first post, top right side and from Thread Tools select Resolved/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. Getting Youtube Video View Count
    By jtb1979 in forum Excel Programming / VBA / Macros
    Replies: 32
    Last Post: 03-14-2016, 02:00 PM
  2. Inserting youtube video using macro or developper is crashing excel
    By Cyril G. in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-04-2013, 01:10 PM
  3. Embed a Youtube video in Word 2010 - error message
    By mike_vr in forum Word Formatting & General
    Replies: 0
    Last Post: 11-25-2013, 11:16 AM
  4. trying to add list of worksheets to actual worksheets just like this youtube video
    By dbzisme in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-07-2013, 05:33 AM
  5. Embed YouTube video into an Excel spreadsheet
    By excelblogger in forum Tips and Tutorials
    Replies: 14
    Last Post: 09-06-2012, 03:41 PM
  6. Hyperlink to an exact time in a Youtube video
    By Xx7 in forum Excel General
    Replies: 2
    Last Post: 10-02-2011, 03:31 PM
  7. Great resources youtube video's
    By rwgrietveld in forum Tips and Tutorials
    Replies: 1
    Last Post: 01-10-2010, 10:29 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