Hi All
Need your assistance !!
I have two sets of data before and after which has few changes when compare both data
Need to extract the character / data which is different from before data.
For your reference data attached.
Kindly assist.
Many Thanks.
Solved! Go to Solution.
@bubblyjai1982 this is not 100% what you asked for but could be a good starting point, tolkensie the data both before and after then join on postion and see where the differences, let me know how you get on
@bubblyjai1982 this is not 100% what you asked for but could be a good starting point, tokenize the data both before and after then join on position and see where the differences, let me know how you get on
Hi Aurora
Thanks for the response but I'm looking something like below
Before
A | B | C | D | E | F | G | H |
After
A | B | C | D | E | F | G | H | I | J |
Difference
I | J |
It should give the difference in one cell only.
Thanks