Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two columns, 1 with 3800 entries and 2 with 1500 entries. I want to
find the entries which are in column 1 but not in column 2. -- kpk |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'd use a formula like this in a helper column:
=isnumber(match(a1,sheet2!a:a,0)) and drag down. True means that a1 appears in sheet2, column A. If that's not enough... Chip Pearson has lots of techniques to work with duplicates: http://www.cpearson.com/excel/Duplicates.aspx kpk wrote: I have two columns, 1 with 3800 entries and 2 with 1500 entries. I want to find the entries which are in column 1 but not in column 2. -- kpk -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
Here's how you can compare two columns and find the difference between them:
This formula uses the INDEX and MATCH functions to find the first value in Column1 that is not in Column2. The COUNTIF function is used to count the number of times each value in Column1 appears in Column2. The IFERROR function is used to display a blank cell if there are no more values to compare.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compare and find similar numbers in two columns | New Users to Excel | |||
Compare data in two columns to find duplicates. | Excel Discussion (Misc queries) | |||
charting a difference of 2 columns' w/o adding a difference column | Charts and Charting in Excel | |||
using VLOOKUP to compare 2 columns to find new information | Excel Worksheet Functions | |||
How do I compare 2 worksheets, 1 old, 1 updated to find difference | Excel Discussion (Misc queries) |