GTstartup
Electrical
- Mar 5, 2005
- 422
I hope you can help me with this one or at least point me in the right direction. I will try to explain it as simply as I can.
I have 2 columns of data that are similar but one has been revised. I want to compare the cells in the 2 columns and report in a 3rd column if the individual cells are the same or if they have been revised. I have tried the 'exact' function and this works well to find differences. However, if one column is different because a line was inserted, then it reports all cells after the inserted cell, not the same. Is there someway around this?
example of the problem with Exact Function
A B C
123 123 TRUE
456 456 TRUE
789 789 TRUE
ZZZ ABC FALSE
ABC DEF FALSE
DEF GHI FALSE
GHI JKL FALSE
.......................... etc
and what I want to happen
A B C
123 123 TRUE
456 456 TRUE
789 789 TRUE
ZZZ FALSE
ABC ABC TRUE
DEF DEF TRUE
GHI GHI TRUE
Or something along these lines
Thanks in advance
I have 2 columns of data that are similar but one has been revised. I want to compare the cells in the 2 columns and report in a 3rd column if the individual cells are the same or if they have been revised. I have tried the 'exact' function and this works well to find differences. However, if one column is different because a line was inserted, then it reports all cells after the inserted cell, not the same. Is there someway around this?
example of the problem with Exact Function
A B C
123 123 TRUE
456 456 TRUE
789 789 TRUE
ZZZ ABC FALSE
ABC DEF FALSE
DEF GHI FALSE
GHI JKL FALSE
.......................... etc
and what I want to happen
A B C
123 123 TRUE
456 456 TRUE
789 789 TRUE
ZZZ FALSE
ABC ABC TRUE
DEF DEF TRUE
GHI GHI TRUE
Or something along these lines
Thanks in advance