+ Reply to Thread
Results 1 to 2 of 2

VLookup? Right function?

  1. #1
    Timmers
    Guest

    VLookup? Right function?

    HI there!

    I have two lists of which there is data removed from one of them. I am
    trying to bring back the data that has been removed please?

    For example: Column 1 has the numbers 1 2 3 4 5 6 7 8 9 and Column 2 has the
    numbers 6,3,2,8. How do I produce the numbers 1,4,5,7,9 in another column
    please?

    Many thanks! :-)
    James T
    Bath, UK

  2. #2
    Biff
    Guest

    VLookup? Right function?

    Hi!

    Here's one way:

    Assume numbers 1-9 are in column A, A1:A9.
    Assume numbers 6,3,2,8 are in column B, B1:B4

    Enter this array formula with the key combo of
    CTRL,SHIFT,ENTER in C1 and copy down until you get #NUM!
    errors meaning all the pertinent data has been returned:

    =INDEX(A$1:A$9,SMALL(IF(COUNTIF(B$1:B$4,A$1:A$9)=0,ROW
    (A$1:A$9)),ROW(1:1)))

    Biff

    >-----Original Message-----
    >HI there!
    >
    >I have two lists of which there is data removed from one

    of them. I am
    >trying to bring back the data that has been removed

    please?
    >
    >For example: Column 1 has the numbers 1 2 3 4 5 6 7 8 9

    and Column 2 has the
    >numbers 6,3,2,8. How do I produce the numbers 1,4,5,7,9

    in another column
    >please?
    >
    >Many thanks! :-)
    >James T
    >Bath, UK
    >.
    >


+ 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