I am having trouble finding out why there is a difference between two cells that appear to contain the same thing. Each cell contains "Mickey Mantle". I checked by using LEN but it says both cells contain 13 characters. I tried using EXACT, and EXACT returns a FALSE result. Then I used the following formula:
[TABLE="width: 319"]
<tbody>[TR]
[TD="class: xl65, width: 319"]=MID(B5,ROW(INDIRECT("1:"&LEN(B5))),1) and
[TABLE="width: 319"]
<tbody>[TR]
[TD="class: xl65, width: 319"]=MID(D5,ROW(INDIRECT("1:"&LEN(D5))),1)[/TD]
[/TR]
</tbody>[/TABLE]
where B5 and D5 each contain "Mickey Mantle"...and this says that the M is different...but I do not know why.
The problem is that I have a data base and need to be able to sort every players career by his Name and then the year of each of his seasons...but these 'differences' cause problems.
Thanks for any help.[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 319"]
<tbody>[TR]
[TD="class: xl65, width: 319"]=MID(B5,ROW(INDIRECT("1:"&LEN(B5))),1) and
[TABLE="width: 319"]
<tbody>[TR]
[TD="class: xl65, width: 319"]=MID(D5,ROW(INDIRECT("1:"&LEN(D5))),1)[/TD]
[/TR]
</tbody>[/TABLE]
where B5 and D5 each contain "Mickey Mantle"...and this says that the M is different...but I do not know why.
The problem is that I have a data base and need to be able to sort every players career by his Name and then the year of each of his seasons...but these 'differences' cause problems.
Thanks for any help.[/TD]
[/TR]
</tbody>[/TABLE]