Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to take two different tables and find all the examples that don't
match exactly in three different columns. If they match in one or two but not all three I would like to display that entry. If it does match exactly in all three columns, it could just be ignored. Does anybody know the best way to do this? Thanks -- RedFive |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Say we have data in cols A & B & C.
In D1 enter: =(A1=B1)+(B1=C1) and copy down The values in column D will be either 0,1,2 To hide rows where all are equal, set an AutoFilter to not equal 2 -- Gary''s Student - gsnu200817 "RedFive" wrote: I am trying to take two different tables and find all the examples that don't match exactly in three different columns. If they match in one or two but not all three I would like to display that entry. If it does match exactly in all three columns, it could just be ignored. Does anybody know the best way to do this? Thanks -- RedFive |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Avoiding #Value errors when referencing DB Tables | Excel Worksheet Functions | |||
Building pivot tables in Excel 2007 based on existing pivot tables? | Excel Discussion (Misc queries) | |||
Cross referencing on tables | Excel Discussion (Misc queries) | |||
Referencing | Excel Discussion (Misc queries) | |||
referencing a different tab by referencing a list in the current s | Excel Worksheet Functions |