[TABLE="width: 1337"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]
[TABLE="width: 692"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Hi, refer to attachment, I'd like to find out how many time the email at column A appears at col. B (within the same row only. Eg. A1 with B1, A2 with B2). Currently I have this formula as appeared at col. C1, but it's not that accurate, as long as the emails at col. B are longer that email at col. A, it will count it. Wonder if you knows the accurate formula to count it? Much appreciated! Many thanks for your help!
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 1681"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Email[/TD]
[TD]Range[/TD]
[TD]Formula
=(LEN(C2)-LEN(SUBSTITUTE(UPPER(C2),UPPER(A2),"")))/LEN(A2)[/TD]
[TD]Accurate Result[/TD]
[/TR]
[TR]
[TD]A@abc.com[/TD]
[TD]A@abc.com.sg/connection lost, A@abc.com.sg/connection lost, AA@abc.com.sg/unknown, A@abc.com/error[/TD]
[TD]4[/TD]
[TD]wrong, should be 1[/TD]
[/TR]
[TR]
[TD]bb@mail.com.sg[/TD]
[TD]bb@gmail.com.sg/connection lost, aa@mail.com.sg/connection lost, bb@mail.com/error[/TD]
[TD]0[/TD]
[TD]correct[/TD]
[/TR]
[TR]
[TD]ab@outlook.com[/TD]
[TD]aab@outlook.com/connection lost, aab@outlook.com.my/connection lost, ab@outlook.my/connection lost[/TD]
[TD]2[/TD]
[TD]wrong, should be 0[/TD]
[/TR]
</tbody>[/TABLE]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]
[TABLE="width: 692"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Hi, refer to attachment, I'd like to find out how many time the email at column A appears at col. B (within the same row only. Eg. A1 with B1, A2 with B2). Currently I have this formula as appeared at col. C1, but it's not that accurate, as long as the emails at col. B are longer that email at col. A, it will count it. Wonder if you knows the accurate formula to count it? Much appreciated! Many thanks for your help!
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 1681"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Email[/TD]
[TD]Range[/TD]
[TD]Formula
=(LEN(C2)-LEN(SUBSTITUTE(UPPER(C2),UPPER(A2),"")))/LEN(A2)[/TD]
[TD]Accurate Result[/TD]
[/TR]
[TR]
[TD]A@abc.com[/TD]
[TD]A@abc.com.sg/connection lost, A@abc.com.sg/connection lost, AA@abc.com.sg/unknown, A@abc.com/error[/TD]
[TD]4[/TD]
[TD]wrong, should be 1[/TD]
[/TR]
[TR]
[TD]bb@mail.com.sg[/TD]
[TD]bb@gmail.com.sg/connection lost, aa@mail.com.sg/connection lost, bb@mail.com/error[/TD]
[TD]0[/TD]
[TD]correct[/TD]
[/TR]
[TR]
[TD]ab@outlook.com[/TD]
[TD]aab@outlook.com/connection lost, aab@outlook.com.my/connection lost, ab@outlook.my/connection lost[/TD]
[TD]2[/TD]
[TD]wrong, should be 0[/TD]
[/TR]
</tbody>[/TABLE]