ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Finding Unmatched Records (https://www.excelbanter.com/new-users-excel/262088-finding-unmatched-records.html)

PA

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

Eduardo

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


Roger Govier[_8_]

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



All times are GMT +1. The time now is 07:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com