+ Reply to Thread
Results 1 to 6 of 6

Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.

  1. #1
    Registered User
    Join Date
    11-22-2013
    Location
    USA
    MS-Off Ver
    2003, 2007, 2010, Office 365
    Posts
    31

    Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.

    I would appreciate some help with information I need displayed by "Matching" a number in Sheet 1 to a number on Sheet 4. Here's how it works. The original "Part Number" will be in column B of Sheet 1. The information will be displayed in Column "I". The formula will look, for example, at Sheet 1 "B2" and compare it to all of the numbers in column "A" of Sheet 4. When the "Match" is found, the data in column "B" of Sheet 4 will be display in Sheet 1 cell "2I". There are over 2000 numbers in column "A" of sheet four that will be examined using this criteria. I have made a dummy spreadsheet and I will explain again what I need using data from it.

    Cell 2B Sheet1 is highlighted yellow. Cell 2A Sheet4 is also. The formula should compare every number in Column "A" and when a match is found, display the "Description" in "B" Sheet4 in Cell "2I" on Sheet1. In this case, it would display "Ant". The numbers in Column "B" Sheet1 will be random. If the number in Cell "2B" Sheet1 would have been 111123, then "Green" would have been displayed in Cell "2I".
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.

    Enter formula below in I2 and copy down as necessary.

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

  3. #3
    Registered User
    Join Date
    11-22-2013
    Location
    USA
    MS-Off Ver
    2003, 2007, 2010, Office 365
    Posts
    31

    Re: Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.

    Returns #N/A

  4. #4
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.

    Please see attached. I'm not getting any errors.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-22-2013
    Location
    USA
    MS-Off Ver
    2003, 2007, 2010, Office 365
    Posts
    31

    Re: Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.

    Ah, I see what it is. =VLOOKUP(B2,Sheet4!$A$2:$B$20,2,FALSE) Should be =VLOOKUP(B2,Sheet4!$A$2:$B$2154,2,FALSE) There are actually 2154 rows to look through.

    Works perfectly now! You are appreciated.

  6. #6
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Display information by comparing a cell in Sheet 1 to a column of data in Sheet 4.

    Ah yes. That would be a problem. Glad you caught it.

+ 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. Replies: 3
    Last Post: 12-15-2015, 05:04 PM
  2. Comparing Data in the same column and returning the results in another sheet
    By PaulVince in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-23-2014, 11:21 AM
  3. Trying to Display Hours from Sheet 2 to Sheet 1 after comparing fields on both sheets
    By tonyb2922 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-30-2013, 11:31 AM
  4. Replies: 4
    Last Post: 08-29-2012, 10:32 AM
  5. Replies: 3
    Last Post: 01-25-2009, 12:34 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