开发者

Excel code question

开发者 https://www.devze.com 2022-12-28 05:20 出处:网络
I have 2 different excel files(all people and special people) that i want to kick special people from all people. Cant find a way.. if you don\'t understand check my example:

I have 2 different excel files(all people and special people) that i want to kick special people from all people. Cant find a way.. if you don't understand check my example:

all pe开发者_开发知识库ople       special people
----------       --------------
1-john           1-john
2-jim            2-marry
3-mariah
4-russel
5-marry

I want:

all people     special people
----------     --------------
1-jim          1-john
2-mariah       2-marry
3-russel


use =COUNTIF() in normal people to identify those who are special. The sort on that column and delete the rows where the COUNTIF is not 0.

0

精彩评论

暂无评论...
验证码 换一张
取 消