NumberCrunchingMonky
Technical User
I have a list of people and codes.
There are duplicates in the people list (no greater than one duplicate per name), but the codes are unique. So, John Doe could be listed only twice, while having two unique codes.
How can I alter the following formula so that it returns the other code (instead of "Duplicate".
- The field containing LAST NAME begins at A2, CODES begin at B2, and the formulas begin C2? (Assume the field with last names is named "LASTNAME".
Formula: IF(COUNTIF(LASTNAME,A2)>1,"Duplicate",""
Thanks,
NCM
There are duplicates in the people list (no greater than one duplicate per name), but the codes are unique. So, John Doe could be listed only twice, while having two unique codes.
How can I alter the following formula so that it returns the other code (instead of "Duplicate".
- The field containing LAST NAME begins at A2, CODES begin at B2, and the formulas begin C2? (Assume the field with last names is named "LASTNAME".
Formula: IF(COUNTIF(LASTNAME,A2)>1,"Duplicate",""
Thanks,
NCM