C
cpliu
How do you countif on partial match? To be specific, only compare the
last 3 digits and count the total match if the last 3 digits match.
For example:
=COUNTIF($a$2:$a$100,b1)
b1 = ABC123
if a2 to a100 has AAA123, it would still be considered as a match
(even though ABC is different from AAA) and get one for hte result.
Any way to do that?
Thanks for the help,
last 3 digits and count the total match if the last 3 digits match.
For example:
=COUNTIF($a$2:$a$100,b1)
b1 = ABC123
if a2 to a100 has AAA123, it would still be considered as a match
(even though ABC is different from AAA) and get one for hte result.
Any way to do that?
Thanks for the help,