![]() |
Excel 2003: Match Names; View Unfound Matches?
Hello,
I need formula or macro configuration help for Excel 2003. Within a spreadsheet, I want to compare the list of names in column A with the list of names in column B and be notified of matches that were NOT found. The scenario is: - I have a list of people in column A that must attend a training course - I have a list of people in column B that attended that course - I want to compare names in A with B so that I can see which people did not attend that course when they should have. I need Excel to visually show me which matches were not found and ideally extract those names into another sheet or into a list in a pop-up message or something that allows me to select and copy those names. How do I do this in Excel? Is there a macro I could configure to automatically perform this match? Thank you in advance for your help! |
Excel 2003: Match Names; View Unfound Matches?
Hi,
Try =COUNTIF(A:A,B1) if this returns 0 they did not attend =IF(COUNTIF(A:A,B1)=0,"Did not attend","") -- If this helps, please click the Yes button Cheers, Shane Devenshire "99cateyes" wrote: Hello, I need formula or macro configuration help for Excel 2003. Within a spreadsheet, I want to compare the list of names in column A with the list of names in column B and be notified of matches that were NOT found. The scenario is: - I have a list of people in column A that must attend a training course - I have a list of people in column B that attended that course - I want to compare names in A with B so that I can see which people did not attend that course when they should have. I need Excel to visually show me which matches were not found and ideally extract those names into another sheet or into a list in a pop-up message or something that allows me to select and copy those names. How do I do this in Excel? Is there a macro I could configure to automatically perform this match? Thank you in advance for your help! |
All times are GMT +1. The time now is 12:12 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com