Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I compare two columns to see which cells are different?
Thanks. Excel 2003 SP3 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want to compare contents of column B with A, use this formula in
column C =IF(COUNTIF(A:A,B1)0,"Match","No Match") -- Ak "VMI" wrote: How can I compare two columns to see which cells are different? Thanks. Excel 2003 SP3 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need elp comparing two columns in VBA | Excel Programming | |||
Comparing two columns of information with 2 new columns of informa | Excel Discussion (Misc queries) | |||
Comparing 2 columns if they are the same | Excel Worksheet Functions | |||
Comparing columns | Excel Discussion (Misc queries) | |||
comparing two columns, help! | Excel Programming |