RogerBarton
Programmer
I have two cells which I want to compare and generate a result in a third cell which shows the common values.
An example, probably best explains what I'm trying to achieve -
A1: 1103056709
A2: 1120456089
The result I want to achieve is:
A3: 1100056009 (ie. a digit by digit comparison, and if the digit is common to both cells, then put it in the answer (A3) cell, otherwise put in a 0)
Is there an easy way to do this?
An example, probably best explains what I'm trying to achieve -
A1: 1103056709
A2: 1120456089
The result I want to achieve is:
A3: 1100056009 (ie. a digit by digit comparison, and if the digit is common to both cells, then put it in the answer (A3) cell, otherwise put in a 0)
Is there an easy way to do this?