+ Reply to Thread
Results 1 to 8 of 8

match a value

  1. #1
    Registered User
    Join Date
    10-25-2012
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    4

    match a value

    hi everyone; can you help me find a solution to this problem.

    Column A Column B
    NARHA01 NARHA02
    NARHA03 NARHA03
    NARHA02 NARHA11

    Column A is the data now in column B i intentionally made an error B3 how can i know that B3 is not in data or error and giving me the line were the errors are.

    thanks alot
    harris

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,794

    Re: match a value

    Put this in C1:

    =IF(ISNA(MATCH(B1,A:A,0)),"Error","OK")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: match a value

    Hi,

    You can try match formula.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If value is available in A column, it will return the row number. Otherwise it returns error.

    Regards,
    Sindhu

  4. #4
    Registered User
    Join Date
    10-25-2012
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: match a value

    thanks alot for helping. this solve my problem partially.

    is there any way that in 1 cell example in C1, there is a note or anything that can tell that B3 is error? because i have seen one but i cant remember where. if there are 10 errors example it will flash at cell C1 those others.

    thanks alot

  5. #5
    Registered User
    Join Date
    10-25-2012
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: match a value

    thanks alot for helping. this solve my problem partially.

    is there any way that in 1 cell example in C1, there is a note or anything that can tell that B3 is error? because i have seen one but i cant remember where. if there are 10 errors example it will flash at cell C1 those others.

    thanks alot

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,794

    Re: match a value

    My formula puts the word "Error" in column C if there is no match. All you need to do is apply a filter to that column and select the word Error from the filter drop-down to see a list of all of them.

    Hope this helps.

    Pete

  7. #7
    Registered User
    Join Date
    10-25-2012
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: match a value

    yes sir pete i see that. but what i am trying to solve is for example in cell C1 of my previous inquiry it will flash all the errors in comment or note forms

    i think this needs a VBA?

    thanks alot

  8. #8
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,794

    Re: match a value

    I would advise you against flashing or blinking text. Also, a formula cannot return a comment, so you would need VBA to do that.

    Pete

+ 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