excel mark duplicates values
问题 I have a data like this: input: person1 9 person1 8 person1 8 person2 7 person2 8 person3 6 person3 8 person3 6 output this: person1 9 no person1 8 yes person1 8 yes person2 7 no person2 8 no person3 6 yes person3 8 no person3 6 yes I am using excel and i want to use an if condition to determine when a person have two same values. How can i do this for the whole sheet? thanks. 回答1: It is an easy two step formula Make a working column that combines the strings from your two columns, ie if they