Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FINDING SIMILAR RECORDS BETWEEN 2 SPREADSHEETS | Excel Discussion (Misc queries) | |||
Finding duplicate records | Excel Worksheet Functions | |||
finding unmatched data | Excel Worksheet Functions | |||
Finding unique records from a list. | Excel Discussion (Misc queries) | |||
Finding duplicate records in Excel | Excel Discussion (Misc queries) |