scriptscribe
MIS
Hi,
I'm looking to get a count of the number of rows where the first three letters of the last name in one column match the first three letters of the last name in another. I want to use the same criteria on the first name. I wrote the below formula, but it doesn't seem to be working.
=IF((LEFT(A2,3) = LEFT(E2,3)) and (left(b2,3) = left(f2,3)), 1, 0)
Any help will be greatly appreciated.
Thanks,
Mike
I'm looking to get a count of the number of rows where the first three letters of the last name in one column match the first three letters of the last name in another. I want to use the same criteria on the first name. I wrote the below formula, but it doesn't seem to be working.
=IF((LEFT(A2,3) = LEFT(E2,3)) and (left(b2,3) = left(f2,3)), 1, 0)
Any help will be greatly appreciated.
Thanks,
Mike