Sample Header Ad - 728x90

Removing each row that possesses a singleton in the first column

-4 votes
1 answer
146 views
I would like to remove each row that possesses a singleton in the first column. e.g. Input: Letters represent variables of which there may be thousands. Numbers represent columns and rows. There are multiple columns (not shown here). 1. 1. A 2. B 3. C 4. C 5. D 6. E 7. A 8. H 9. D 10. D Output: 1. 1. A 3. C 4. C 5. D 7. A 9. D 10. D
Asked by P.tin (53 rep)
Aug 24, 2017, 05:50 PM
Last activity: Aug 24, 2017, 10:00 PM