Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Please help...
I have a really big spreadsheet and would like to find all the unmatched information when comparing two columns in a spreadsheet. Is there any formula or functions to perform this checking, or is there any methods suggested? Example: Info listed In column A: red, blue, green Info listed in column B: blue, violet, black, yellow Result (unmatched info) after comparing column B to column A: violet, black and yellow |
#2
![]() |
|||
|
|||
![]()
Use this formula in a helper column on the right:
=COUNTIF($A$1:$A$1000,B1) and copy this down. Adjust ranges to suit, of course. Then Data/AutoFilter on that column for values of 0. On Fri, 3 Dec 2004 15:49:05 -0800, "Need Helper" <Need wrote: Please help... I have a really big spreadsheet and would like to find all the unmatched information when comparing two columns in a spreadsheet. Is there any formula or functions to perform this checking, or is there any methods suggested? Example: Info listed In column A: red, blue, green Info listed in column B: blue, violet, black, yellow Result (unmatched info) after comparing column B to column A: violet, black and yellow |
#3
![]() |
|||
|
|||
![]() |
#4
![]() |
|||
|
|||
![]()
C1, copied down:
=INDEX(B:B,SMALL(IF(COUNTIF($A$1:$A$3,$B$1:$B$4)=0 ,ROW($B$1:$B$4)),ROW()- ROW($C$1)+1)) ....confirmed with CONTROL+SHIFT+ENTER. Hope this helps! In article , "Need Helper" <Need wrote: Please help... I have a really big spreadsheet and would like to find all the unmatched information when comparing two columns in a spreadsheet. Is there any formula or functions to perform this checking, or is there any methods suggested? Example: Info listed In column A: red, blue, green Info listed in column B: blue, violet, black, yellow Result (unmatched info) after comparing column B to column A: violet, black and yellow |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way to compare 2 spreadsheets with Excel? | Excel Discussion (Misc queries) | |||
How can I write vertically in some columns on an Excel spreadshee. | Charts and Charting in Excel | |||
Can I use side by side colums and stacked columns in same graph? | Charts and Charting in Excel | |||
compare columns of different worksheets | Excel Discussion (Misc queries) | |||
Drop-down selection fills data across multiple columns | Excel Discussion (Misc queries) |