titchestiny
New Member
- Joined
- Nov 3, 2013
- Messages
- 20
Hi,
I'm trying to find the difference between two alphanumeric cells. For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]C[/TD]
[TD]K[/TD]
[TD]P[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1AB[/TD]
[TD]2BC[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2AB[/TD]
[TD]4BC+[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2AB[/TD]
[TD]5BC[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Conditions:
- The columns that I am comparing are not next to each other, nor do they start at A1.
- The letters in the cell do not need to be used.
- The answer needs to return an absolute value.
- The numbers always appear to the left of the letter string.
I've tried to use the IF, AND and FIND functions, and I was successful in returning a result for one row, but the formula wouldn't work for the remaining rows of data.
Any help you can give, would be most appreciated.
Thanks,
Tt
p.s. I'm using excel 2010
I'm trying to find the difference between two alphanumeric cells. For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]C[/TD]
[TD]K[/TD]
[TD]P[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1AB[/TD]
[TD]2BC[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2AB[/TD]
[TD]4BC+[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2AB[/TD]
[TD]5BC[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Conditions:
- The columns that I am comparing are not next to each other, nor do they start at A1.
- The letters in the cell do not need to be used.
- The answer needs to return an absolute value.
- The numbers always appear to the left of the letter string.
I've tried to use the IF, AND and FIND functions, and I was successful in returning a result for one row, but the formula wouldn't work for the remaining rows of data.
Any help you can give, would be most appreciated.
Thanks,
Tt
p.s. I'm using excel 2010