Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default comparing multiple columns


Hello All,

So I have about 7 columns of data that I want to compare with each
other and I want to find unique entries in each column as well as
common entries in more 2 or more than 2 columns.

What is the easiest and fastest method of doing it in excel.

Many thanks in advance-


--
teejay
------------------------------------------------------------------------
teejay's Profile: http://www.excelforum.com/member.php...o&userid=37009
View this thread: http://www.excelforum.com/showthread...hreadid=567322

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default comparing multiple columns

Look at Conditional Formatting:

Condition 1:
Highlight cells where count (use COUNTIF) in a given column is 1 AND count
(again use COUNTIF) in all columns is 1 i.e. unique to ONE Column only.

Condition2:

COUNTIF is 1 for selected column but 1 for ALL columns i.e. unique to a
given column but NOT unique among all columns.

etc

HTH

"teejay" wrote:


Hello All,

So I have about 7 columns of data that I want to compare with each
other and I want to find unique entries in each column as well as
common entries in more 2 or more than 2 columns.

What is the easiest and fastest method of doing it in excel.

Many thanks in advance-


--
teejay
------------------------------------------------------------------------
teejay's Profile: http://www.excelforum.com/member.php...o&userid=37009
View this thread: http://www.excelforum.com/showthread...hreadid=567322


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default comparing multiple columns


Can you please give some didactic instructions. I am not really good at
excel.

I checked conditional formatting option but couldn't find countif
option in any drop down menu!!!


--
teejay
------------------------------------------------------------------------
teejay's Profile: http://www.excelforum.com/member.php...o&userid=37009
View this thread: http://www.excelforum.com/showthread...hreadid=567322

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default comparing multiple columns

Try this for a start (untested by me!)

Assume data is in columns A to G

Select column A ...

in CF:

1st Condition ..find values unique to column A ONLY i.e there is only one
occurrence in the 7 columns

Formula is: =AND(COUNTIF(A:A,A1)=1,COUNTIF(A:G,A1=1))

Set formatting .... GREEN

2nd Condition ..find values unique to column A but which occur in other
columns i.e. value is column A once but also in columns B:G

Formula is: =AND(COUNTIF(A:A,A1)=1,COUNTIF(A:G,A11))

Set formatting ... YELLOW

If this works, repeat for other columns change references to A to B,C etc.

This could get rather messy and not easy to interpret but comparing 7
columns is unusual.

HTH

"teejay" wrote:


Can you please give some didactic instructions. I am not really good at
excel.

I checked conditional formatting option but couldn't find countif
option in any drop down menu!!!


--
teejay
------------------------------------------------------------------------
teejay's Profile: http://www.excelforum.com/member.php...o&userid=37009
View this thread: http://www.excelforum.com/showthread...hreadid=567322


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
Convert 1 row of data into Multiple columns Mohoney Excel Discussion (Misc queries) 1 August 25th 05 12:36 PM
Multiple columns in a pivot table lyric2002 Excel Discussion (Misc queries) 2 May 26th 05 05:53 PM
splitting 1 column of data into multiple columns CiceroCF Setting up and Configuration of Excel 1 March 25th 05 01:50 AM
Pivot Table combining multiple columns Pete Petersen Excel Discussion (Misc queries) 1 January 13th 05 07:56 PM
HOW TO MATCH MULTIPLE COLUMNS WITH OR WITHOUT GAPS IN eXCEL ? hims Excel Worksheet Functions 2 October 27th 04 07:03 PM


All times are GMT +1. The time now is 07:04 PM.

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"