I have two large tables with nearly the exact information-- one is an [OriginalTable], and another is being edited [EditedTable]. It's some 5,000+ records a dozen+ columns. It's basically a list of locations (Name, Region, District, Street Address, etc...)
I want to create some conditional formatting to highlight when the values don't match. Normally I might do something along the lines of =[EditedTable]B2<>[OriginalTable]B2, but the edited table might be resorted, filtered.. and then that won't work.
Instead, I want to use a unique identifier in Column A of both tables as a reference.
So, using Column A, if a Name value is changed, or Region or District in [EditedTable]... how can I apply colored conditional formatting to I cross-reference against the [OriginalTable] and highlight a changed value?
Many thanks!
I want to create some conditional formatting to highlight when the values don't match. Normally I might do something along the lines of =[EditedTable]B2<>[OriginalTable]B2, but the edited table might be resorted, filtered.. and then that won't work.
Instead, I want to use a unique identifier in Column A of both tables as a reference.
So, using Column A, if a Name value is changed, or Region or District in [EditedTable]... how can I apply colored conditional formatting to I cross-reference against the [OriginalTable] and highlight a changed value?
Many thanks!