Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert 1 row of data into Multiple columns | Excel Discussion (Misc queries) | |||
Multiple columns in a pivot table | Excel Discussion (Misc queries) | |||
splitting 1 column of data into multiple columns | Setting up and Configuration of Excel | |||
Pivot Table combining multiple columns | Excel Discussion (Misc queries) | |||
HOW TO MATCH MULTIPLE COLUMNS WITH OR WITHOUT GAPS IN eXCEL ? | Excel Worksheet Functions |