Home > General Programming > Finding Duplicates with Google Docs

Finding Duplicates with Google Docs

October 1st, 2008 Leave a comment Go to comments

Say you’ve got a column of data

Hello
Hi
Heya
Yo
Hi
Hey

and you want to find duplicate entries within the column

Hello	FALSE
Hi	TRUE
Heya	FALSE
Yo	FALSE
Hi	TRUE
Hey	FALSE

Google Docs flagged Hi as being a duplicate. How? COUNTIF.

For this example the data starts in A1 and Column B is empty. So type

=COUNTIF(A:A,A1)>1

into B1. You should now see FALSE in that cell. Now copy B1 beside all the other cells you want to test for duplicates.

Share and Enjoy:
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Yahoo! Buzz
  • Twitter
  • Google Bookmarks
  1. ParfeessyHasp
    November 12th, 2008 at 18:46 | #1

    Спасибо за пост! Добавил блог в RSS-ридер, теперь читать буду регулярно..

  1. No trackbacks yet.

 

Switch to our mobile site