ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Extracting data (https://www.excelbanter.com/excel-discussion-misc-queries/47862-extracting-data.html)

edmacd

Extracting data
 

Good Afternoon Everyone!

I could really use some help with a situation involving data
extraction...

I have two worksheets of data in one workbook. One of the worksheets
is a master list of employees. The second worksheet is only of those
employees who DO meet particular criteria.

What I am trying to do is use those two lists to create a third
worksheet that contains the names of the employees who DO NOT meet the
criteria specified in worksheet #2. In other words extract the names
from worksheet #1 that are not also in worksheet #2.

Does that make sense? Can anyone help?

Thanks!
-Ed


--
edmacd
------------------------------------------------------------------------
edmacd's Profile: http://www.excelforum.com/member.php...o&userid=27680
View this thread: http://www.excelforum.com/showthread...hreadid=471947


Dave Peterson

One way...

Say your two worksheets are named Master and Matching.

Insert a new column in the master worksheet.
use a formula like:

=isnumber(match(a1,'matching'!a:a,0))

With the name in A1 and the list of names in column A of Matching.

Drag this formula down.

Apply data|filter|autofilter to that column.

Then filter to show False--copy those visible rows to the third sheet.

===
I think I'd keep the data in Master and just filter to show either the matches
or the mismatches. As soon as I start separating data into different sheets, my
data gets out of sync.

edmacd wrote:

Good Afternoon Everyone!

I could really use some help with a situation involving data
extraction...

I have two worksheets of data in one workbook. One of the worksheets
is a master list of employees. The second worksheet is only of those
employees who DO meet particular criteria.

What I am trying to do is use those two lists to create a third
worksheet that contains the names of the employees who DO NOT meet the
criteria specified in worksheet #2. In other words extract the names
from worksheet #1 that are not also in worksheet #2.

Does that make sense? Can anyone help?

Thanks!
-Ed

--
edmacd
------------------------------------------------------------------------
edmacd's Profile: http://www.excelforum.com/member.php...o&userid=27680
View this thread: http://www.excelforum.com/showthread...hreadid=471947


--

Dave Peterson

edmacd


Thank you!

I like your last idea the best, of just keeping everything on one
worksheet. I'm going to play around with that idea more. Thanks for
such a quick response!

-Ed


--
edmacd
------------------------------------------------------------------------
edmacd's Profile: http://www.excelforum.com/member.php...o&userid=27680
View this thread: http://www.excelforum.com/showthread...hreadid=471947



All times are GMT +1. The time now is 10:01 PM.

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