+ Reply to Thread
Results 1 to 4 of 4

[SOLVED] Checking If Matching Numbers Exist in Different Ranges

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Checking If Matching Numbers Exist in Different Ranges

    Problem:

    Column A in Range1 contains numbers. Columns A & B in Range2 contain numbers and their matching text.
    For each number in Range1, we want to find a match in Range2 and then copy that number\'s corresponding text to column B for Range1.

    Solution:

    Use the IF, ISNA, and VLOOKUP functions as shown in the following formula:
    =IF(ISNA(VLOOKUP(A3,$A$9:$B$14,1,FALSE)),\"Not Found\",VLOOKUP(A3,$A$9:$B$14,2,FALSE))

  2. #2
    Registered User
    Join Date
    09-06-2005
    Posts
    1

    Multiple Sheets

    I understand how one can look at multiple ranges in a given worksheet, but is it possible to use this or another formula to look at multiple worksheets in a given workbook. Please advise.

+ 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