Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Find Unique Records from two sheets

salesforce.com is being used for our corporate CRM software. I have a csv
file of new data that needs to be imported into the database. They only look
for duplicates on three fields, none of which are in my import file. I have
phone number in my import file and I can export a report from salesforce.com
that have phone number. This exported report is a csv file. If I put them
both into a workbook I'd like to remove the row where the phone numbers
match.

sheet 1 contains my import list and column C has the phone numbers
sheet 2 is the exported report and column E has the phone numbers

I'd like to have the phone number from sheet 2 column E check against all
the rows of sheet 1 column C where a match is found delete that row from
sheet 1. This would give me a sheet 1 with no matching phone numbers in
sheet 2 and I can feel safe in importing sheet 1 into salesforce.com and not
getting any duplicates.

I've put a sample workbook here
http://priorityonefinancial.com/duplicate_search.xls

You can email at



Just remove the _ betwen each letter


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Find Unique Records from two sheets

Do you need to automate the process? Will you have to do this repetatively?

If not use the "MATCH() function on sheet 1 against the data on sheet 2. For
all rows were there is a match you will get a number. Sort the sheet so that
all the non numeric results are together and delete those rows.


"M.Siler" wrote in message
...
salesforce.com is being used for our corporate CRM software. I have a csv
file of new data that needs to be imported into the database. They only

look
for duplicates on three fields, none of which are in my import file. I

have
phone number in my import file and I can export a report from

salesforce.com
that have phone number. This exported report is a csv file. If I put them
both into a workbook I'd like to remove the row where the phone numbers
match.

sheet 1 contains my import list and column C has the phone numbers
sheet 2 is the exported report and column E has the phone numbers

I'd like to have the phone number from sheet 2 column E check against all
the rows of sheet 1 column C where a match is found delete that row from
sheet 1. This would give me a sheet 1 with no matching phone numbers in
sheet 2 and I can feel safe in importing sheet 1 into salesforce.com and

not
getting any duplicates.

I've put a sample workbook here
http://priorityonefinancial.com/duplicate_search.xls

You can email at



Just remove the _ betwen each letter




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unique Values, not Unique Records steph44haf Excel Discussion (Misc queries) 1 May 12th 10 07:52 PM
Filer for unique records and return all column data for unique rec bseeley Excel Discussion (Misc queries) 1 September 12th 09 12:17 AM
find unique records frankfurtjoe Excel Discussion (Misc queries) 4 May 19th 09 04:29 PM
find unique records frankfurtjoe Excel Discussion (Misc queries) 1 May 19th 09 01:30 PM
unique filter results in some non-unique records. Serials Librarian Excel Discussion (Misc queries) 2 May 26th 06 09:58 PM


All times are GMT +1. The time now is 05:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"