D
Darryl
What is the formula to change cell formats from "112234501" to look like "
112-23-4501"
112-23-4501"
Sheeloo said:If the nos like 112-23-4501 are in Col B (and numbers to compare in Col A)
then in
C1 enter
=(SUBSTITUTE(B1,"-",""))*1
Now you can use something like
=IF(A1=C1,"Same","Different") in D1 to compare
Copy down the formulae to the end of your data set