+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    03-11-2010
    Location
    Colorado Springs, CO
    MS-Off Ver
    Excel 2007
    Posts
    8

    Smile Find a value of a cell in a column

    I apologize in advance if even my search efforts have not found an answer to my question, believe me I've tried.

    Ok, I am comparing two lists. There are no duplicates within each list.

    What I am unable to figure out is....

    How to see if the value of a cell is present in a column on the same work sheet.

    I have been searching the net and this forum and I can't figure out how to ask the question or search for the answer any other way. One cell has a value of 10024 if this value isn't present in a column on the same worksheet I just need to know.

    can someone please help me or point me in the right direction.

    Much appreciated
    Keith

  2. #2
    Forum Moderator NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003, 2007, 2010
    Posts
    31,145

    Re: Find a value of a cell in a column

    Try something like

    =ISNUMBER(MATCH(A1,B:B,0))

    where A1 contains value to look for in column B

    TRUE is returned if a match exists...
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Valued Forum Contributor Shijesh Kumar's Avatar
    Join Date
    05-26-2008
    Location
    Bangalore / India
    MS-Off Ver
    2000
    Posts
    717

    Re: Find a value of a cell in a column

    Hi,

    Try using vlookup

    suppose the value to find is in cell A1 and the column to search is B , the enter the following in cell C1

    =iferror( vlookup(A1 , B:B , 1, 0) , "Not Found")

  4. #4
    Registered User
    Join Date
    03-11-2010
    Location
    Colorado Springs, CO
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Find a value of a cell in a column

    That really was easy. Thank you so much. I use excel for some listing that I do with customers and I've found that ASAPUtilities has been very helpful but I just couldn't come to grips with this little task and I appreciate the help. Thank you so much once again.

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.2.0