+ Reply to Thread
Results 1 to 2 of 2

Comparing 2 spreadhsheets

  1. #1
    Registered User
    Join Date
    02-14-2006
    Posts
    2

    Comparing 2 spreadhsheets

    How can I filter 2 spreadsheets to include only those entries that are on both?

    sheet 1 has ref number and address' of all, sheet 2 has ref number and oputstanding balances of those that have overdue payments. I want to send mailmerge letters to those customers with outstanding balances but need to access their addresses from the other spreadsheet - there are toomany to do manually.

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by Emilystorey
    How can I filter 2 spreadsheets to include only those entries that are on both?

    sheet 1 has ref number and address' of all, sheet 2 has ref number and oputstanding balances of those that have overdue payments. I want to send mailmerge letters to those customers with outstanding balances but need to access their addresses from the other spreadsheet - there are toomany to do manually.
    One way to get the addresses of those with outstanding balances ...

    ASSUME that in sheet 1, column A has the reference numbers and column B has the addressess.

    ASSUME that the range in Sheet 1 is A2:B500

    ASSUME that in sheet 2, column A has the reference numbers and column B has the outstanding balances.

    ASSUME that your data in Sheet 2 starts in Cell A2.

    And with all these assumptions, enter this formula is Cell C2 of sheet 2,

    =if(B2="","",vlookup(A2,Sheet1!$A$2:$B$500,2,0))

    and copy down until your range requirement in Sheet 2 is met.

    Column C of sheet 2 will now show you the addresses of those with outstanding balances.

    Hope this will help you...

    Regards.
    BenjieLop
    Houston, TX

+ 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