Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
PA PA is offline
external usenet poster
 
Posts: 101
Default Finding Unmatched Records

Using Excel 2007, I have two worksheets, one has a list of national
membership, including an ID # in column A, the other will contain the similar
information of individual who are attending a national conference. I need to
find those on the membership list who have not registered for the conference.
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 376
Default Finding Unmatched Records

Hi

Assuming the ID number is in column A on both sheets

=IF(MATCH($A2,Sheet2!$A:$A,0),"Attending","Not Attending")

Change the ranges to suit, and copy down the column as far as required
--
Regards
Roger Govier

PA wrote:
Using Excel 2007, I have two worksheets, one has a list of national
membership, including an ID # in column A, the other will contain the similar
information of individual who are attending a national conference. I need to
find those on the membership list who have not registered for the conference.
Thank you

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,276
Default Finding Unmatched Records

Hi,
in another column enter

=MATCH(A1,Sheet2!$A$1:$A$30,0)

change sheet2 for the name where you have the members registered to the
conference, where the result is N/A that is a member not registered, you can
sort by N/A to get all the members not registered

"PA" wrote:

Using Excel 2007, I have two worksheets, one has a list of national
membership, including an ID # in column A, the other will contain the similar
information of individual who are attending a national conference. I need to
find those on the membership list who have not registered for the conference.
Thank you

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
FINDING SIMILAR RECORDS BETWEEN 2 SPREADSHEETS Colleen10 Excel Discussion (Misc queries) 5 September 18th 09 04:53 PM
Finding duplicate records Susan Excel Worksheet Functions 4 March 10th 08 10:07 PM
finding unmatched data Chester1 Excel Worksheet Functions 3 February 10th 06 01:27 PM
Finding unique records from a list. Shanks Excel Discussion (Misc queries) 4 February 24th 05 10:01 AM
Finding duplicate records in Excel KG Excel Discussion (Misc queries) 2 December 22nd 04 07:44 PM


All times are GMT +1. The time now is 04:50 PM.

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

About Us

"It's about Microsoft Excel"