Hello,
I need to compare two files (File A and FIle B) and highlight the differences (in File A).
The two Files may have different columns but I only want to compare two of the columns with the same name. See below for Column info:
I want to search Column A (Identification Number ID) each cell and Compare Column C (Function Block) row if anything has changed, if so then highlight it.
Typically we get a new set of data every few weeks and there are hundreds of rows. The Identification Number ID never changes but the content in the other columns might. How can I go by doing this easily and time efficient? Currently I try to compare row by row.
Thank you.
I need to compare two files (File A and FIle B) and highlight the differences (in File A).
The two Files may have different columns but I only want to compare two of the columns with the same name. See below for Column info:
Identification Number (ID) | Module | Function Block | Component(s) | Failure Rate |
BC01 | BPC | BC Connectors | CON1A | 0.109617 |
BC02 | BPC | FC Connectors | CON1B | 0.109617 |
BC03 | BPC | BC to FC Connectors | CON1C | 0.109617 |
I want to search Column A (Identification Number ID) each cell and Compare Column C (Function Block) row if anything has changed, if so then highlight it.
Typically we get a new set of data every few weeks and there are hundreds of rows. The Identification Number ID never changes but the content in the other columns might. How can I go by doing this easily and time efficient? Currently I try to compare row by row.
Thank you.