Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Comparing data in columns for Non-Matches

Hi All,

I need to comapare two columns and have the numbers that don't appear in
both columns show in a third column. Excel is not my strong point so any help
or suggestions is much appreciated.

Rob

Example
A B C
1 5 5
2 20
5 3 3
3 7
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 586
Default Comparing data in columns for Non-Matches

I think I need somemore information on this. I don't understand your question.
--
Cheers,
Ryan


"Rob" wrote:

Hi All,

I need to comapare two columns and have the numbers that don't appear in
both columns show in a third column. Excel is not my strong point so any help
or suggestions is much appreciated.

Rob

Example
A B C
1 5 5
2 20
5 3 3
3 7

  #3   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Comparing data in columns for Non-Matches

Hi RyanH
I have two columns of information. One is all the employee numbers sent a
survey the other is all the employees that responded to the survey. What i
need is a third column of all those that did not respond.

Suggestions?
Rob

"RyanH" wrote:

I think I need somemore information on this. I don't understand your question.
--
Cheers,
Ryan


"Rob" wrote:

Hi All,

I need to comapare two columns and have the numbers that don't appear in
both columns show in a third column. Excel is not my strong point so any help
or suggestions is much appreciated.

Rob

Example
A B C
1 5 5
2 20
5 3 3
3 7

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 586
Default Comparing data in columns for Non-Matches

Let me make sure I have this straight. Col. A contains employee ID numbers
that were set a survey, Col. B contains the employee ID numbers that have
responded and Col. C you want to contain the employee ID numbers that have
NOT responded. If this is correct, put this in formula in each row in Col. C:

=IF(B2="",A2,"")

I hope this helps!
--
Cheers,
Ryan


"Rob" wrote:

Hi RyanH
I have two columns of information. One is all the employee numbers sent a
survey the other is all the employees that responded to the survey. What i
need is a third column of all those that did not respond.

Suggestions?
Rob

"RyanH" wrote:

I think I need somemore information on this. I don't understand your question.
--
Cheers,
Ryan


"Rob" wrote:

Hi All,

I need to comapare two columns and have the numbers that don't appear in
both columns show in a third column. Excel is not my strong point so any help
or suggestions is much appreciated.

Rob

Example
A B C
1 5 5
2 20
5 3 3
3 7

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 126
Default Comparing data in columns for Non-Matches

If I understand your question:

Assuming you have all Employee IDs in Col A,
and assuming there are 100 Employees,
and assuming that Col B contains a subset of these IDs that have turned
in the survey, the following formula entered in cell C1 and copied down to
C100
will return a list in Col C of IDs that have NOT turned in the survey.

=IF(COUNTIF($A$1:$B$100,A1)=1,A1,"")

"Rob" wrote:

Hi All,

I need to comapare two columns and have the numbers that don't appear in
both columns show in a third column. Excel is not my strong point so any help
or suggestions is much appreciated.

Rob

Example
A B C
1 5 5
2 20
5 3 3
3 7



  #6   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Comparing data in columns for Non-Matches

Thank You so much Cush and RyanH,

The spread sheet is now working. Now i have the listing of all that did not
complete the survey.
Rob

"cush" wrote:

If I understand your question:

Assuming you have all Employee IDs in Col A,
and assuming there are 100 Employees,
and assuming that Col B contains a subset of these IDs that have turned
in the survey, the following formula entered in cell C1 and copied down to
C100
will return a list in Col C of IDs that have NOT turned in the survey.

=IF(COUNTIF($A$1:$B$100,A1)=1,A1,"")

"Rob" wrote:

Hi All,

I need to comapare two columns and have the numbers that don't appear in
both columns show in a third column. Excel is not my strong point so any help
or suggestions is much appreciated.

Rob

Example
A B C
1 5 5
2 20
5 3 3
3 7

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
Comparing data between two columns ABeezy Excel Discussion (Misc queries) 4 May 13th 10 02:18 PM
comparing 2 columns for matches Burt Excel Discussion (Misc queries) 2 September 16th 08 02:58 PM
comparing matches saman110 via OfficeKB.com Excel Discussion (Misc queries) 2 April 23rd 08 07:05 PM
Comparing 2 column for matches IFIXPCS Excel Discussion (Misc queries) 0 February 22nd 06 03:09 PM
Comparing Data in two columns Marianne Excel Worksheet Functions 3 November 5th 04 10:26 PM


All times are GMT +1. The time now is 01:21 AM.

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

About Us

"It's about Microsoft Excel"