+ Reply to Thread
Results 1 to 2 of 2

Matching data from different worksheets

  1. #1
    Registered User
    Join Date
    09-01-2006
    Posts
    2

    Matching data from different worksheets

    Hi

    I have 2 worksheets with different data concerning mutual funds. on one sheet i have sales figures, fund age and fund performance & on the other sheet i have fund fees. The funds are identifed on each worksheet using an ISIN code. The list of ISIN codes on each worksheet (around 500) are not exactly the same so I cant just sort and put them together. Is there a way to match fund fee data with the other fund data for the ISIN codes which do appear on both sheets?

    Thanks for your help !

    mel

  2. #2
    Forum Contributor
    Join Date
    05-05-2006
    Posts
    143
    se VLookup & Sedol Codes \-:

    Sort your ISIN Codes on the first work sheet ascending.

    In B2

    =VLOOKUP(A2,Sheet1!A:x,2) Returns the value in column 2 alongside the ISIN that matches A2.

    in C2 you would change the 2 to 3 and so on further additional data.

    Let me know if ok.

+ 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