Excel 2007: Remove rows by duplicates in column value

僤鯓⒐⒋嵵緔 提交于 2019-12-02 10:12:56

问题


I have a table in excel. E.g.

col1    col2
A       Something    
A       Something else   
A       Something more   
A       Something blahblah   
B       Something Fifth   
B       Something xth
C       Som thin
F       Summerthing
F       Boom

And I want only rows without duplicate col1: e.g:

col1    col2
A       Something    
B       Something Fifth   
C       Som thin
F       Boom

Is there any way of filtering rows like this :) ?


回答1:


Found it myself:

To remove duplicate values, use the Remove Duplicates command in the Data Tools group on the Data tab.



来源:https://stackoverflow.com/questions/8081306/excel-2007-remove-rows-by-duplicates-in-column-value

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!