Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to compare for accuracy two coloums of information that should be
identical, but on two different worksheets within the same workbook. So, for example, I want to make sure that worksheet 1 columns a & b are identical to worksheet 2 columns a & b, and if not highlight or identify discrepansies. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In columns c and d respectively
=EXACT(Sheet1!A1,Sheet2!A1) =EXACT(Sheet1!B1,Sheet2!B1) Copy down as needed. Anything that returns a false means there is a discrepency. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Susan" wrote: I want to compare for accuracy two coloums of information that should be identical, but on two different worksheets within the same workbook. So, for example, I want to make sure that worksheet 1 columns a & b are identical to worksheet 2 columns a & b, and if not highlight or identify discrepansies. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You can do so by conditional formatting. However, conditional formatting cannot work across sheets. Therefore, please use the following steps: 1. Go to sheet 2 and highlight column A; 2. Press Ctrl+F4 (Define name) and define a name for the range such, say compare 3. Now go back to sheet 1 4. On the first cell of column A (say A4), go to Format Conditional formatting Formula Is 5. In the formula is box, type the following formula =countif(compare,A4)0 6. Select the format of your choice 7. Click OK Repeat the process for column 2 -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Susan" wrote in message ... I want to compare for accuracy two coloums of information that should be identical, but on two different worksheets within the same workbook. So, for example, I want to make sure that worksheet 1 columns a & b are identical to worksheet 2 columns a & b, and if not highlight or identify discrepansies. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing information on 2 worksheets | Excel Discussion (Misc queries) | |||
Comparing two columns of information with 2 new columns of informa | Excel Discussion (Misc queries) | |||
Comparing columns from 2 different worksheets. | Excel Worksheet Functions | |||
Comparing two worksheets with two columns each for duplicates | Excel Discussion (Misc queries) | |||
Comparing two columns in two different worksheets | Excel Worksheet Functions |