Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Sorting 2 sets of information

H

I have 2 worksheets of client information that I need to sort by the empl_ID. The Empl_ID is the unique identifier for each client. There are 678 records in one sheet and 789 records in the other sheet

Each sheet may have some identical Empl_ID which is fine. BUT sheet 1 may have Empl_ID which are NOT in sheet 2 and Vice Versa

What I need to do is to have a way merge both sheets into a new worksheet showing only one of each Empl_ID. For instance, if both sheets have an identical Empl_ID, I only want to see it once in the new sheet. Also, anywhere where there is only an Empl_ID in one of the sheets, this Empl_ID will need to be pulled in also. So, from 678 records in sheet 1 and 789 records in sheet 2, we may end up with a NEW WORKSHET containing 900 or so records

I hope this makes sense

Any help will be greatly appreciated

Kind regard

Malcolm Davidson
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Sorting 2 sets of information

Copy both sets of ID's to a column in a new worksheet.
Add a header in row 1
select your data and do:
data|filter|advanced filter
copy it to a new location (B1?)
and check unique records only.

Debra Dalgleish has instructions for the advanced filter at:
http://www.contextures.com/xladvfilter01.html#FilterUR

(If there's data associated with each ID, you could use =vlookup()'s to return
as much as you want.)

Malycom wrote:

Hi

I have 2 worksheets of client information that I need to sort by the empl_ID. The Empl_ID is the unique identifier for each client. There are 678 records in one sheet and 789 records in the other sheet.

Each sheet may have some identical Empl_ID which is fine. BUT sheet 1 may have Empl_ID which are NOT in sheet 2 and Vice Versa.

What I need to do is to have a way merge both sheets into a new worksheet showing only one of each Empl_ID. For instance, if both sheets have an identical Empl_ID, I only want to see it once in the new sheet. Also, anywhere where there is only an Empl_ID in one of the sheets, this Empl_ID will need to be pulled in also. So, from 678 records in sheet 1 and 789 records in sheet 2, we may end up with a NEW WORKSHET containing 900 or so records.

I hope this makes sense.

Any help will be greatly appreciated.

Kind regards

Malcolm Davidson


--

Dave Peterson

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
Sorting information whtbearfan Excel Discussion (Misc queries) 1 January 3rd 09 06:56 PM
Sorting Information jasonharris10 Excel Worksheet Functions 1 September 3rd 08 08:53 AM
Sorting information CraigMacE Excel Worksheet Functions 1 August 27th 08 02:30 AM
Combining information in sets of columns Ken Excel Discussion (Misc queries) 1 July 29th 06 08:10 AM
How do I set up a double chart using two sets of information? Lynne Charts and Charting in Excel 0 March 21st 06 12:36 PM


All times are GMT +1. The time now is 03:08 PM.

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

About Us

"It's about Microsoft Excel"